summaryrefslogtreecommitdiff
path: root/sys-devel/make/files/make-3.82-darwin-library_search-dylib.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/make/files/make-3.82-darwin-library_search-dylib.patch')
-rw-r--r--sys-devel/make/files/make-3.82-darwin-library_search-dylib.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/make/files/make-3.82-darwin-library_search-dylib.patch b/sys-devel/make/files/make-3.82-darwin-library_search-dylib.patch
index d2f60ec91cc0..743583b5a0a3 100644
--- a/sys-devel/make/files/make-3.82-darwin-library_search-dylib.patch
+++ b/sys-devel/make/files/make-3.82-darwin-library_search-dylib.patch
@@ -1,8 +1,8 @@
Fixed default libpatttern on Darwin, imported from prefix overlay.
Got merged upstream:
https://savannah.gnu.org/bugs/?37197
---- a/default.c
-+++ b/default.c
+--- a/src/default.c
++++ b/src/default.c
@@ -509,7 +509,11 @@
#ifdef __MSDOS__
".LIBPATTERNS", "lib%.a $(DJDIR)/lib/lib%.a",