pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/dunelegacy



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Nov 10 21:12:52 UTC 2019

Modified Files:
        pkgsrc/games/dunelegacy: Makefile

Log Message:
dunelegacy: Needs -lsocket -lnsl on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/dunelegacy/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/dunelegacy/Makefile
diff -u pkgsrc/games/dunelegacy/Makefile:1.1 pkgsrc/games/dunelegacy/Makefile:1.2
--- pkgsrc/games/dunelegacy/Makefile:1.1        Sat Sep 21 12:34:24 2019
+++ pkgsrc/games/dunelegacy/Makefile    Sun Nov 10 21:12:51 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/09/21 12:34:24 nia Exp $
+# $NetBSD: Makefile,v 1.2 2019/11/10 21:12:51 nia Exp $
 
 DISTNAME=              dunelegacy-0.96.4-src
 PKGNAME=               ${DISTNAME:S/-src//}
@@ -15,6 +15,8 @@ WRKSRC=                       ${WRKDIR}/${PKGNAME_NOREV}
 USE_LANGUAGES=         c c++
 GNU_CONFIGURE=         yes
 
+LDFLAGS.SunOS+=                -lsocket -lnsl
+
 INSTALLATION_DIRS+=    share/applications
 INSTALLATION_DIRS+=    share/icons/hicolor/48x48/apps
 INSTALLATION_DIRS+=    share/icons/hicolor/128x128/apps



Home | Main Index | Thread Index | Old Index