pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/dunelegacy dunelegacy: Needs -lsocket -lnsl on S...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c7601cdd5f0
branches:  trunk
changeset: 343762:2c7601cdd5f0
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Nov 10 21:12:51 2019 +0000

description:
dunelegacy: Needs -lsocket -lnsl on SunOS

diffstat:

 games/dunelegacy/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 29dcb9c9b3a2 -r 2c7601cdd5f0 games/dunelegacy/Makefile
--- a/games/dunelegacy/Makefile Sun Nov 10 20:13:42 2019 +0000
+++ b/games/dunelegacy/Makefile Sun Nov 10 21:12:51 2019 +0000
@@ -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 @@
 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