aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-06-06 23:42:08 +0800
committersteve <steve@FreeBSD.org>1999-06-06 23:42:08 +0800
commit22a4a8185198e5fae431d7c4def23e8a8653895b (patch)
tree42f8cfc10af1b76438eb5e509717e6e720e90cc0
parent4b07d71e491e1552303d44e86042185e6e172c52 (diff)
downloadfreebsd-ports-gnome-22a4a8185198e5fae431d7c4def23e8a8653895b.tar.gz
freebsd-ports-gnome-22a4a8185198e5fae431d7c4def23e8a8653895b.tar.zst
freebsd-ports-gnome-22a4a8185198e5fae431d7c4def23e8a8653895b.zip
Give -shared to ld(1) for creating shared libraries instead of
-Bshareable.
-rw-r--r--devel/p5-ReadLine-Gnu/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-ReadLine-Gnu/Makefile b/devel/p5-ReadLine-Gnu/Makefile
index 7d54ce0e1dad..d0149c188ab2 100644
--- a/devel/p5-ReadLine-Gnu/Makefile
+++ b/devel/p5-ReadLine-Gnu/Makefile
@@ -3,7 +3,7 @@
# Date created: 19 February 1998
# Whom: Matthew Hunt <mph@pobox.com>
#
-# $Id: Makefile,v 1.5 1998/08/12 09:57:55 asami Exp $
+# $Id: Makefile,v 1.6 1998/09/15 21:31:42 asami Exp $
#
DISTNAME= Term-ReadLine-Gnu-1.01
@@ -23,6 +23,6 @@ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
# automatically. There is sometimes an old libreadline in /usr/local/lib
# and this module won't work with it.
do-configure:
- @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL LDDLFLAGS=-Bshareable LDFLAGS=-L/usr/lib
+ @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL LDDLFLAGS=-shared LDFLAGS=-L/usr/lib
.include <bsd.port.mk>