summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgavan <gavan>2003-11-06 18:54:34 +0000
committergavan <gavan>2003-11-06 18:54:34 +0000
commit801af4e6ba4bf73bb925c655c6f531def0566382 (patch)
tree58c1cfdd3271deacc106a1246956cc87de82900a
parentedaa061bcdc5af1a08240d0a8812054a7efe6add (diff)
downloadpkgsrc-801af4e6ba4bf73bb925c655c6f531def0566382.tar.gz
Set USE_GCC_SHLIB. Fixes linking on Solaris.
-rw-r--r--emulators/vice/Makefile3
-rw-r--r--fonts/mminstance/Makefile3
-rw-r--r--games/battleball/Makefile3
-rw-r--r--games/xarchon/Makefile3
-rw-r--r--games/xmahjongg/Makefile3
5 files changed, 10 insertions, 5 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile
index f20f3629f7b..f033d62ffde 100644
--- a/emulators/vice/Makefile
+++ b/emulators/vice/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2003/09/28 10:41:21 kristerw Exp $
+# $NetBSD: Makefile,v 1.37 2003/11/06 18:54:34 gavan Exp $
#
DISTNAME= vice-1.13
@@ -30,6 +30,7 @@ USE_PKGLOCALEDIR= YES
USE_X11= YES
USE_GMAKE= YES
GNU_CONFIGURE= YES
+USE_GCC_SHLIB= YES
INFO_FILES= vice.info
diff --git a/fonts/mminstance/Makefile b/fonts/mminstance/Makefile
index 87412a0b955..3f0a00acb8c 100644
--- a/fonts/mminstance/Makefile
+++ b/fonts/mminstance/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/07/17 21:37:29 grant Exp $
+# $NetBSD: Makefile,v 1.4 2003/11/06 18:57:14 gavan Exp $
#
DISTNAME= mminstance-1.20
@@ -10,5 +10,6 @@ HOMEPAGE= http://www.lcdf.org/~eddietwo/type/
COMMENT= Utility programs for creating instances of multiple master fonts
GNU_CONFIGURE= YES
+USE_GCC_SHLIB= YES
.include "../../mk/bsd.pkg.mk"
diff --git a/games/battleball/Makefile b/games/battleball/Makefile
index 02af3c02e31..f3a805f56d7 100644
--- a/games/battleball/Makefile
+++ b/games/battleball/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2003/03/29 12:41:00 jmmv Exp $
+# $NetBSD: Makefile,v 1.12 2003/11/06 19:06:42 gavan Exp $
DISTNAME= battleball.21.src
PKGNAME= battleball-2.1
@@ -13,6 +13,7 @@ COMMENT= 3d game of soccer, with tanks
USE_BUILDLINK2= YES
USE_X11= YES
+USE_GCC_SHLIB= YES
SED_CMDS= -e '/^INCS/s|$$|${CPPFLAGS}|' -e '/^LIBS/s|$$|${LDFLAGS}|'
diff --git a/games/xarchon/Makefile b/games/xarchon/Makefile
index 88a29ac7157..96514911e6b 100644
--- a/games/xarchon/Makefile
+++ b/games/xarchon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2003/07/17 21:39:27 grant Exp $
+# $NetBSD: Makefile,v 1.22 2003/11/06 19:15:40 gavan Exp $
#
DISTNAME= xarchon-0.50
@@ -15,6 +15,7 @@ USE_BUILDLINK2= YES
USE_GMAKE= YES
GNU_CONFIGURE= YES
USE_X11= YES
+USE_GCC_SHLIB= YES
.include "../../mk/bsd.prefs.mk"
diff --git a/games/xmahjongg/Makefile b/games/xmahjongg/Makefile
index 5da49e197f2..68544a85156 100644
--- a/games/xmahjongg/Makefile
+++ b/games/xmahjongg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2003/07/17 21:39:39 grant Exp $
+# $NetBSD: Makefile,v 1.17 2003/11/06 19:20:54 gavan Exp $
#
DISTNAME= xmahjongg-3.6.1
@@ -12,5 +12,6 @@ COMMENT= The Chinese game of Mah Jongg for X11
USE_BUILDLINK2= YES
USE_X11= YES
GNU_CONFIGURE= YES
+USE_GCC_SHLIB= YES
.include "../../mk/bsd.pkg.mk"