pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/manaplus manaplus: Needs iconv



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b3edcbbd95a4
branches:  trunk
changeset: 417421:b3edcbbd95a4
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Nov 10 21:15:40 2019 +0000

description:
manaplus: Needs iconv

diffstat:

 games/manaplus/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 8dfaa8eb9f27 -r b3edcbbd95a4 games/manaplus/Makefile
--- a/games/manaplus/Makefile   Sun Nov 10 21:12:51 2019 +0000
+++ b/games/manaplus/Makefile   Sun Nov 10 21:15:40 2019 +0000
@@ -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+=    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 @@
 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"



Home | Main Index | Thread Index | Old Index