summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Yamin <plasmaroo@gentoo.org>2004-02-07 21:54:29 +0000
committerTim Yamin <plasmaroo@gentoo.org>2004-02-07 21:54:29 +0000
commite586f6cb676b8be8973d9828542ccfe2c12cdbb7 (patch)
tree9677dfc14142b89911bd619d261a5c50f17f3ccf /app-shells
parentclosing out bug 39134, jack-audio-connection-kit causing pd-0.37 to bork in c... (diff)
downloadhistorical-e586f6cb676b8be8973d9828542ccfe2c12cdbb7.tar.gz
historical-e586f6cb676b8be8973d9828542ccfe2c12cdbb7.tar.bz2
historical-e586f6cb676b8be8973d9828542ccfe2c12cdbb7.zip
Changed "-all-static" to "--disable-shared -static" as binutils no
longer seems to support the former.
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/sash/files/sash-3.6-fix-includes.patch2
-rw-r--r--app-shells/sash/files/sash-3.6-readline.patch2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/sash/files/sash-3.6-fix-includes.patch b/app-shells/sash/files/sash-3.6-fix-includes.patch
index 41f5ffff6e2d..3be0c0fcf589 100644
--- a/app-shells/sash/files/sash-3.6-fix-includes.patch
+++ b/app-shells/sash/files/sash-3.6-fix-includes.patch
@@ -6,6 +6,6 @@ diff -ruN sash-3.6.orig/Makefile sash-3.6/Makefile
-DMOUNT_TYPE=$(MOUNT_TYPE)
-LDFLAGS = -static -s
-+LDFLAGS = -all-static -s
++LDFLAGS = --disable-shared -static -s
LIBS = -lz
diff --git a/app-shells/sash/files/sash-3.6-readline.patch b/app-shells/sash/files/sash-3.6-readline.patch
index a2830b875408..2bd7e29d82d3 100644
--- a/app-shells/sash/files/sash-3.6-readline.patch
+++ b/app-shells/sash/files/sash-3.6-readline.patch
@@ -9,7 +9,7 @@ diff -ruN sash-3.6/Makefile sash-3.6.readline/Makefile
+ -DMOUNT_TYPE=$(MOUNT_TYPE) \
+ -DHAVE_READLINE
- LDFLAGS = -all-static -s
+ LDFLAGS = --disable-shared -static -s
-LIBS = -lz
+LIBS = -lz -lreadline -lncurses