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 | dd02fa6e2329344cd553b2c283ae7944b1a243fd (patch) | |
tree | 58c1cfdd3271deacc106a1246956cc87de82900a /games/battleball | |
parent | 17a834abacc74226e8bfa692fd9179b0dba20ef4 (diff) | |
download | pkgsrc-dd02fa6e2329344cd553b2c283ae7944b1a243fd.tar.gz |
Set USE_GCC_SHLIB. Fixes linking on Solaris.
Diffstat (limited to 'games/battleball')
-rw-r--r-- | games/battleball/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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}|' |