diff options
author | wiedi <wiedi@pkgsrc.org> | 2016-09-17 23:22:59 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2016-09-17 23:22:59 +0000 |
commit | 30e6f02dc06a4ac451ddce2bdcfa6fbba5a00849 (patch) | |
tree | 82c8fce4d14e2bac9212402c8c67601c6124a1c1 /games | |
parent | a944f98932d560e06fccb8ac57ee025486bc4438 (diff) | |
download | pkgsrc-30e6f02dc06a4ac451ddce2bdcfa6fbba5a00849.tar.gz |
link network libs on SunOS
Diffstat (limited to 'games')
-rw-r--r-- | games/simgear/Makefile | 4 |
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" |