summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2016-09-17 23:22:59 +0000
committerwiedi <wiedi@pkgsrc.org>2016-09-17 23:22:59 +0000
commit30e6f02dc06a4ac451ddce2bdcfa6fbba5a00849 (patch)
tree82c8fce4d14e2bac9212402c8c67601c6124a1c1 /games
parenta944f98932d560e06fccb8ac57ee025486bc4438 (diff)
downloadpkgsrc-30e6f02dc06a4ac451ddce2bdcfa6fbba5a00849.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"