diff options
author | dholland <dholland@pkgsrc.org> | 2013-04-14 02:01:30 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-04-14 02:01:30 +0000 |
commit | 7efcdd31632d5f2920ce645064257e42f1ef0f68 (patch) | |
tree | 5691389305749c7c4b628c348d04755adbfe1b6d | |
parent | 8e892afd52147cccb1e3943be6c09ea5b1b3ce92 (diff) | |
download | pkgsrc-7efcdd31632d5f2920ce645064257e42f1ef0f68.tar.gz |
Solaris needs -lnsl as well as -lsocket.
-rw-r--r-- | games/maelstrom-sdl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/maelstrom-sdl/Makefile b/games/maelstrom-sdl/Makefile index d262b4cb6d8..5c8e8e34eb4 100644 --- a/games/maelstrom-sdl/Makefile +++ b/games/maelstrom-sdl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2012/10/06 11:54:46 asau Exp $ +# $NetBSD: Makefile,v 1.23 2013/04/14 02:01:30 dholland Exp $ # DISTNAME= Maelstrom-3.0.5 @@ -18,7 +18,7 @@ USE_LANGUAGES= c c++ USE_GAMESGROUP= yes MAKE_ENV+= CP=${CP:Q} -LIBS.SunOS+= -lsocket +LIBS.SunOS+= -lsocket -lnsl .if 0 # setgid |