diff options
Diffstat (limited to 'net/rexx-sock/files/patch-configure')
-rw-r--r-- | net/rexx-sock/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/rexx-sock/files/patch-configure b/net/rexx-sock/files/patch-configure new file mode 100644 index 000000000000..c93a2eca1a59 --- /dev/null +++ b/net/rexx-sock/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Tue Jan 27 11:57:27 2004 ++++ configure Tue Jan 27 11:57:34 2004 +@@ -2832,7 +2832,7 @@ + LD_RXTRANSLIB1="$LD_RXLIB1" + ;; + *freebsd*) +- LD_RXLIB1="ld -Bdynamic -Bshareable" ++ LD_RXLIB1="${CC} -shared" + LD_RXTRANSLIB1="$LD_RXLIB1" + ;; + *pc-sco*) |