summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorjperkin <jperkin>2014-08-21 17:50:35 +0000
committerjperkin <jperkin>2014-08-21 17:50:35 +0000
commitcb7dcce36be80ea614f320eb812627cd6059ba71 (patch)
tree6ff35d5a4c962b6279b4c855d64d6044dd228c25 /games
parentfe3c7c0c0f0e5d0c710e6ecaacf028975d71333f (diff)
downloadpkgsrc-cb7dcce36be80ea614f320eb812627cd6059ba71.tar.gz
SunOS needs explicit -lintl -lsocket. Package is still broken due to
recent boost fallout.
Diffstat (limited to 'games')
-rw-r--r--games/wesnoth/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile
index 7470e635741..eba4a8b1233 100644
--- a/games/wesnoth/Makefile
+++ b/games/wesnoth/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.106 2014/08/13 10:57:35 adam Exp $
+# $NetBSD: Makefile,v 1.107 2014/08/21 17:50:35 jperkin Exp $
DISTNAME= wesnoth-1.10.6
PKGREVISION= 10
@@ -66,6 +66,8 @@ PLIST_VARS+= icons
PLIST.icons= yes
.endif
+LDFLAGS.SunOS+= -lintl -lsocket
+
BUILDLINK_API_DEPENDS.SDL_mixer+= SDL_mixer>=1.2.5nb3
.include "../../audio/SDL_mixer/buildlink3.mk"
.include "../../converters/fribidi/buildlink3.mk"