pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/games/simgear



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Sat Sep 17 23:22:59 UTC 2016

Modified Files:
        pkgsrc/games/simgear: Makefile

Log Message:
link network libs on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/games/simgear/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/simgear/Makefile
diff -u pkgsrc/games/simgear/Makefile:1.55 pkgsrc/games/simgear/Makefile:1.56
--- pkgsrc/games/simgear/Makefile:1.55  Wed Aug 17 00:06:42 2016
+++ pkgsrc/games/simgear/Makefile       Sat Sep 17 23:22:59 2016
@@ -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"



Home | Main Index | Thread Index | Old Index