diff options
author | jperkin <jperkin> | 2014-08-21 17:50:35 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2014-08-21 17:50:35 +0000 |
commit | cb7dcce36be80ea614f320eb812627cd6059ba71 (patch) | |
tree | 6ff35d5a4c962b6279b4c855d64d6044dd228c25 /games | |
parent | fe3c7c0c0f0e5d0c710e6ecaacf028975d71333f (diff) | |
download | pkgsrc-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/Makefile | 4 |
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" |