diff options
author | 2004-02-07 21:54:29 +0000 | |
---|---|---|
committer | 2004-02-07 21:54:29 +0000 | |
commit | e586f6cb676b8be8973d9828542ccfe2c12cdbb7 (patch) | |
tree | 9677dfc14142b89911bd619d261a5c50f17f3ccf /app-shells | |
parent | closing out bug 39134, jack-audio-connection-kit causing pd-0.37 to bork in c... (diff) | |
download | historical-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.patch | 2 | ||||
-rw-r--r-- | app-shells/sash/files/sash-3.6-readline.patch | 2 |
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 |