pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/teeworlds
Module Name: pkgsrc
Committed By: wiedi
Date: Thu Jul 18 10:46:23 UTC 2019
Modified Files:
pkgsrc/games/teeworlds: Makefile
Log Message:
teeworlds: fix SunOS build by linking network libs
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/games/teeworlds/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/teeworlds/Makefile
diff -u pkgsrc/games/teeworlds/Makefile:1.11 pkgsrc/games/teeworlds/Makefile:1.12
--- pkgsrc/games/teeworlds/Makefile:1.11 Mon Jul 1 14:01:27 2019
+++ pkgsrc/games/teeworlds/Makefile Thu Jul 18 10:46:23 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2019/07/01 14:01:27 nia Exp $
+# $NetBSD: Makefile,v 1.12 2019/07/18 10:46:23 wiedi Exp $
DISTNAME= teeworlds-0.7.3.1-src
PKGNAME= ${DISTNAME:S/-src//}
@@ -15,6 +15,8 @@ USE_LANGUAGES= c c++03
USE_CMAKE= yes
USE_TOOLS+= pkg-config
+LDFLAGS.SunOS+= -lsocket -lnsl
+
INSTALLATION_DIRS+= share/appdata
INSTALLATION_DIRS+= share/applications
.for size in 256 128 48 32 24 16
Home |
Main Index |
Thread Index |
Old Index