summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorgavan <gavan>2003-11-06 17:39:30 +0000
committergavan <gavan>2003-11-06 17:39:30 +0000
commit8824c446634961635f20fc39389805d7c1fa800c (patch)
tree9d9d5a91730c062fb28e12333f257a4838834c06 /devel
parentfbb63b6cda14ab6eb341e18c3f06f7eac27a1ba8 (diff)
downloadpkgsrc-8824c446634961635f20fc39389805d7c1fa800c.tar.gz
Set USE_GCC_SHLIB. Fixes linking on Solaris.
Diffstat (limited to 'devel')
-rw-r--r--devel/physfs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/physfs/Makefile b/devel/physfs/Makefile
index 85255060ae9..2d2ad079201 100644
--- a/devel/physfs/Makefile
+++ b/devel/physfs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/07/21 16:43:44 martti Exp $
+# $NetBSD: Makefile,v 1.4 2003/11/06 17:39:30 gavan Exp $
#
DISTNAME= physfs-0.1.8
@@ -14,6 +14,7 @@ USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
GNU_CONFIGURE= yes
+USE_GCC_SHLIB= yes
CONFIGURE_ARGS+= LIBS="${BUILDLINK_LDFLAGS.pthread}"