Received: by mail.netbsd.org (Postfix, from userid 605) id A08D084D61; Sun, 10 Nov 2019 21:15:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 29FE884D5E for ; Sun, 10 Nov 2019 21:15:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 0Ah32d1i7PnK for ; Sun, 10 Nov 2019 21:15:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8352384D38 for ; Sun, 10 Nov 2019 21:15:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 77114FA95; Sun, 10 Nov 2019 21:15:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1573420540205750" MIME-Version: 1.0 Date: Sun, 10 Nov 2019 21:15:40 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/games/manaplus To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20191110211540.77114FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1573420540205750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sun Nov 10 21:15:40 UTC 2019 Modified Files: pkgsrc/games/manaplus: Makefile Log Message: manaplus: Needs iconv To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/games/manaplus/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1573420540205750 Content-Disposition: inline Content-Length: 1018 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/manaplus/Makefile diff -u pkgsrc/games/manaplus/Makefile:1.2 pkgsrc/games/manaplus/Makefile:1.3 --- pkgsrc/games/manaplus/Makefile:1.2 Thu Aug 22 12:23:13 2019 +++ pkgsrc/games/manaplus/Makefile Sun Nov 10 21:15:40 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2019/08/22 12:23:13 ryoon Exp $ +# $NetBSD: Makefile,v 1.3 2019/11/10 21:15:40 nia Exp $ DISTNAME= manaplus-1.9.3.23 PKGREVISION= 1 @@ -16,6 +16,8 @@ USE_TOOLS+= pkg-config USE_TOOLS+= msgfmt msgmerge xgettext USE_LANGUAGES= c c++ +LDFLAGS+= ${BUILDLINK_LDADD.iconv} + SUBST_CLASSES+= eq SUBST_STAGE.eq= pre-configure SUBST_MESSAGE.eq= Fixing non-portable test operator usage @@ -26,6 +28,7 @@ SUBST_SED.eq+= -e 's|" == true|" = true CONFIGURE_ARGS+= --with-sdl2 .include "../../audio/SDL2_mixer/buildlink3.mk" +.include "../../converters/libiconv/buildlink3.mk" .include "../../devel/SDL2/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" --_----------=_1573420540205750--