1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/shells/zsh-devel/files/patch-ad
Akinori MUSHA 1e5c0b46e1 Update to 3.1.7-pre-4.
No response from:	shige

Now the FreeBSD specific compdefs I submitted have been included
within their distribution!

Introduce a workaround for the libzsh shared library generation.
This should be solved by the forthcoming 3.1.7 release.
2000-05-27 19:03:47 +00:00

12 lines
440 B
Plaintext

--- configure.in.orig Wed May 3 03:01:17 2000
+++ configure.in Wed May 17 21:34:02 2000
@@ -1489,7 +1489,7 @@
esac
case "$host" in
*-hpux*) EXTRA_LDFLAGS="${EXTRA_LDFLAGS=-Wl,-E}" ;;
- *-freebsd3*|*-freebsd4*|*-linux*) EXTRA_LDFLAGS="${EXTRA_LDFLAGS=-rdynamic}" ;;
+ *-freebsd[3-9]*|*-linux*) EXTRA_LDFLAGS="${EXTRA_LDFLAGS=-rdynamic}" ;;
mips-sni-sysv4)
#
# unfortunately, we have different compilers