summaryrefslogtreecommitdiff
path: root/games/wesnoth
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2022-08-09 12:08:27 +0000
committerjperkin <jperkin@pkgsrc.org>2022-08-09 12:08:27 +0000
commita77729245b392c9b6613bcb6e910961a45adb77a (patch)
tree2205f0fbf69293361282d6743184c6be82a92e37 /games/wesnoth
parentbc7be69155f5a762584a114cc42cf44ab2f2d461 (diff)
downloadpkgsrc-a77729245b392c9b6613bcb6e910961a45adb77a.tar.gz
*: Remove hardcoded -liconv / -lintl on SunOS.
This is now handled centrally via OPSYS_EXPLICIT_LIBDEPS support in libiconv and gettext-lib.
Diffstat (limited to 'games/wesnoth')
-rw-r--r--games/wesnoth/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile
index 0f62f55201d..1ed27798eb7 100644
--- a/games/wesnoth/Makefile
+++ b/games/wesnoth/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.183 2022/07/27 08:40:58 adam Exp $
+# $NetBSD: Makefile,v 1.184 2022/08/09 12:08:36 jperkin Exp $
DISTNAME= wesnoth-1.16.5
CATEGORIES= games
@@ -58,7 +58,7 @@ PLIST_VARS+= icons
PLIST.icons= yes
.endif
-LDFLAGS.SunOS+= -lintl -lsocket
+LDFLAGS.SunOS+= -lsocket
.include "../../audio/SDL2_mixer/buildlink3.mk"
.include "../../audio/libvorbis/buildlink3.mk"