Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 809416 | Differences between
and this patch

Collapse All | Expand All

(-)a/files/make-3.82-darwin-library_search-dylib.patch (-2 / +2 lines)
Lines 1-8 Link Here
1
Fixed default libpatttern on Darwin, imported from prefix overlay.
1
Fixed default libpatttern on Darwin, imported from prefix overlay.
2
Got merged upstream:
2
Got merged upstream:
3
https://savannah.gnu.org/bugs/?37197
3
https://savannah.gnu.org/bugs/?37197
4
--- a/default.c
4
--- a/src/default.c
5
+++ b/default.c
5
+++ b/src/default.c
6
@@ -509,7 +509,11 @@
6
@@ -509,7 +509,11 @@
7
 #ifdef __MSDOS__
7
 #ifdef __MSDOS__
8
     ".LIBPATTERNS", "lib%.a $(DJDIR)/lib/lib%.a",
8
     ".LIBPATTERNS", "lib%.a $(DJDIR)/lib/lib%.a",
(-)a/files/make-4.2-default-cxx.patch (-2 / +2 lines)
Lines 1-7 Link Here
1
diff --git a/default.c b/default.c
1
diff --git a/default.c b/default.c
2
index 3d865c7..e8b3ed6 100644
2
index 3d865c7..e8b3ed6 100644
3
--- a/default.c
3
--- a/src/default.c
4
+++ b/default.c
4
+++ b/src/default.c
5
@@ -530,7 +530,7 @@ static const char *default_variables[] =
5
@@ -530,7 +530,7 @@ static const char *default_variables[] =
6
     "OBJC", "gcc",
6
     "OBJC", "gcc",
7
 #else
7
 #else
(-)a/make-4.3.ebuild (-1 lines)
Lines 29-35 PATCHES=( Link Here
29
29
30
src_prepare() {
30
src_prepare() {
31
	# sources were moved into src directory
31
	# sources were moved into src directory
32
	cd src || die
33
	default
32
	default
34
}
33
}
35
34

Return to bug 809416