diff options
author | gavan <gavan@pkgsrc.org> | 2003-11-06 18:54:34 +0000 |
---|---|---|
committer | gavan <gavan@pkgsrc.org> | 2003-11-06 18:54:34 +0000 |
commit | b9dbc88bb08661d079fa94a2e8587e3812be397a (patch) | |
tree | 58c1cfdd3271deacc106a1246956cc87de82900a /games/xmahjongg | |
parent | e6d8b93d061ca4ce19c74945940a31a861e6b53c (diff) | |
download | pkgsrc-b9dbc88bb08661d079fa94a2e8587e3812be397a.tar.gz |
Set USE_GCC_SHLIB. Fixes linking on Solaris.
Diffstat (limited to 'games/xmahjongg')
-rw-r--r-- | games/xmahjongg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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" |