diff options
author | dholland <dholland> | 2012-04-13 04:33:19 +0000 |
---|---|---|
committer | dholland <dholland> | 2012-04-13 04:33:19 +0000 |
commit | b7bf2c5b8d0092d4075eaab58db16beb063d84c5 (patch) | |
tree | 4573b12a09f4c979413c6a4ed576aab6e467b5a9 /games | |
parent | ec024eca5fbb9c45ea24222f307c673e602f3eb7 (diff) | |
download | pkgsrc-b7bf2c5b8d0092d4075eaab58db16beb063d84c5.tar.gz |
Needs -lsocket on solaris.
Diffstat (limited to 'games')
-rw-r--r-- | games/maelstrom-sdl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/maelstrom-sdl/Makefile b/games/maelstrom-sdl/Makefile index dc80903c185..28da6fbb506 100644 --- a/games/maelstrom-sdl/Makefile +++ b/games/maelstrom-sdl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2011/05/06 05:28:39 dholland Exp $ +# $NetBSD: Makefile,v 1.21 2012/04/13 04:33:19 dholland Exp $ # DISTNAME= Maelstrom-3.0.5 @@ -20,6 +20,7 @@ USE_LANGUAGES= c c++ USE_GAMESGROUP= yes MAKE_ENV+= CP=${CP:Q} +LIBS.SunOS+= -lsocket .if 0 # setgid |