summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2019-07-18 10:46:23 +0000
committerwiedi <wiedi@pkgsrc.org>2019-07-18 10:46:23 +0000
commitc4682cb637c172d479efa5b94b6e41193aeaf57b (patch)
tree98b7a06a591a8fe3433d9f2b6064943c5c257b20 /games
parent8cdc3a5585b5c816700fa0803c77a44f0860617a (diff)
downloadpkgsrc-c4682cb637c172d479efa5b94b6e41193aeaf57b.tar.gz
teeworlds: fix SunOS build by linking network libs
Diffstat (limited to 'games')
-rw-r--r--games/teeworlds/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/teeworlds/Makefile b/games/teeworlds/Makefile
index b22687c76f1..59f4dbc5738 100644
--- a/games/teeworlds/Makefile
+++ b/games/teeworlds/Makefile
@@ -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