summaryrefslogtreecommitdiff
path: root/games/xarchon
diff options
context:
space:
mode:
authorgavan <gavan>2003-11-06 18:54:34 +0000
committergavan <gavan>2003-11-06 18:54:34 +0000
commitcf201198824325880b5237de9397eee71568b0d5 (patch)
tree58c1cfdd3271deacc106a1246956cc87de82900a /games/xarchon
parent06d83a716655bd67fc9e304654535b71d5569846 (diff)
downloadpkgsrc-cf201198824325880b5237de9397eee71568b0d5.tar.gz
Set USE_GCC_SHLIB. Fixes linking on Solaris.
Diffstat (limited to 'games/xarchon')
-rw-r--r--games/xarchon/Makefile3
1 files changed, 2 insertions, 1 deletions
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"