ports/net/rexx-sock/files/patch-configure
Ying-Chieh Liao 61fc96bbb9 fix build on -stable
Noticed by:	bento via kris
2004-01-27 04:23:55 +00:00

11 lines
273 B
Text

--- 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*)