summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorwiedi <wiedi>2016-09-17 23:22:59 +0000
committerwiedi <wiedi>2016-09-17 23:22:59 +0000
commitd839a8df79346fc18b46928016180143598e0694 (patch)
tree61fc820a0149cb0a4c69480e6c909bf434b5ce14 /games
parenta540c86ee95c9ddb55150805098ad5d9f7354bb7 (diff)
downloadpkgsrc-d839a8df79346fc18b46928016180143598e0694.tar.gz
link network libs on SunOS
Diffstat (limited to 'games')
-rw-r--r--games/simgear/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/simgear/Makefile b/games/simgear/Makefile
index 92f33e157d6..0578d45d3e1 100644
--- a/games/simgear/Makefile
+++ b/games/simgear/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2016/08/17 00:06:42 ryoon Exp $
+# $NetBSD: Makefile,v 1.56 2016/09/17 23:22:59 wiedi Exp $
DISTNAME= simgear-2.8.0
PKGREVISION= 29
@@ -18,6 +18,8 @@ USE_CMAKE= yes
CMAKE_ARGS+= -DENABLE_LIBSVN:BOOL=OFF
+LDFLAGS.SunOS+= -lsocket -lnsl
+
BUILDLINK_API_DEPENDS.plib+= plib>=1.8.5
.include "../../audio/freealut/buildlink3.mk"