summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}"