From a77729245b392c9b6613bcb6e910961a45adb77a Mon Sep 17 00:00:00 2001 From: jperkin Date: Tue, 9 Aug 2022 12:08:27 +0000 Subject: *: Remove hardcoded -liconv / -lintl on SunOS. This is now handled centrally via OPSYS_EXPLICIT_LIBDEPS support in libiconv and gettext-lib. --- games/chromium-bsu/Makefile | 4 ++-- games/hex-a-hop/Makefile | 4 +--- games/quarry/Makefile | 4 +--- games/ufoai/Makefile | 4 +--- games/wesnoth/Makefile | 4 ++-- 5 files changed, 7 insertions(+), 13 deletions(-) (limited to 'games') diff --git a/games/chromium-bsu/Makefile b/games/chromium-bsu/Makefile index e66e117e1ba..2fd31d7a360 100644 --- a/games/chromium-bsu/Makefile +++ b/games/chromium-bsu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2022/07/29 16:29:08 jperkin Exp $ +# $NetBSD: Makefile,v 1.27 2022/08/09 12:08:36 jperkin Exp $ DISTNAME= chromium-bsu-0.9.16.1 PKGREVISION= 6 @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes LDFLAGS+= ${BUILDLINK_LDADD.gettext} LDFLAGS.DragonFly= -lSDL2 -LDFLAGS.SunOS= -lSDL2 -lintl +LDFLAGS.SunOS= -lSDL2 CONFIGURE_ARGS+= --disable-ftgl CONFIGURE_ARGS+= --disable-glut diff --git a/games/hex-a-hop/Makefile b/games/hex-a-hop/Makefile index 38232acc7e1..5830d2640cc 100644 --- a/games/hex-a-hop/Makefile +++ b/games/hex-a-hop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2020/03/20 11:57:42 nia Exp $ +# $NetBSD: Makefile,v 1.12 2022/08/09 12:08:36 jperkin Exp $ # DISTNAME= hex-a-hop-1.1.0 @@ -14,8 +14,6 @@ LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes USE_LANGUAGES= c c++03 -LIBS.SunOS+= -liconv - .include "../../audio/SDL_mixer/buildlink3.mk" .include "../../devel/SDL_ttf/buildlink3.mk" .include "../../devel/SDL/buildlink3.mk" diff --git a/games/quarry/Makefile b/games/quarry/Makefile index f934b424700..379b61727c9 100644 --- a/games/quarry/Makefile +++ b/games/quarry/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2022/04/18 19:11:10 adam Exp $ +# $NetBSD: Makefile,v 1.51 2022/08/09 12:08:36 jperkin Exp $ DISTNAME= quarry-0.2.0 PKGREVISION= 40 @@ -13,8 +13,6 @@ GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake pkg-config -LDFLAGS.SunOS+= -liconv - .include "../../converters/libiconv/buildlink3.mk" .include "../../databases/shared-mime-info/mimedb.mk" .include "../../devel/gettext-lib/buildlink3.mk" diff --git a/games/ufoai/Makefile b/games/ufoai/Makefile index 8c2eea8004b..f18d3768dcc 100644 --- a/games/ufoai/Makefile +++ b/games/ufoai/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2022/07/29 16:29:09 jperkin Exp $ +# $NetBSD: Makefile,v 1.44 2022/08/09 12:08:36 jperkin Exp $ DISTNAME= ufoai-2.2.1 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ufoai/} @@ -19,8 +19,6 @@ GNU_CONFIGURE= yes USE_TOOLS+= tar gmake bzip2 msgfmt MAKE_JOBS_SAFE= no -LIBS.SunOS+= -lintl - INSTALLATION_DIRS= share/ufoai INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX} 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" -- cgit v1.2.3