mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
1e5c0b46e1
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.
12 lines
440 B
Plaintext
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
|