diff options
author | nia <nia@pkgsrc.org> | 2019-11-14 11:14:15 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-11-14 11:14:15 +0000 |
commit | f9484c3f3b65a7ebd259a0cb1e75fcb5c6481a9f (patch) | |
tree | a256ee98b99ecca5bdff7b8e6d8226e58d32f9a1 | |
parent | 37a6e8e61e52f02307a1f149871e1940ef3e97bd (diff) | |
download | pkgsrc-f9484c3f3b65a7ebd259a0cb1e75fcb5c6481a9f.tar.gz |
manaplus: Needs to be explicitly linked with -lintl on SunOS
-rw-r--r-- | games/manaplus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/manaplus/Makefile b/games/manaplus/Makefile index 1ec701851f7..80865e512d6 100644 --- a/games/manaplus/Makefile +++ b/games/manaplus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2019/11/10 21:15:40 nia Exp $ +# $NetBSD: Makefile,v 1.4 2019/11/14 11:14:15 nia Exp $ DISTNAME= manaplus-1.9.3.23 PKGREVISION= 1 @@ -16,7 +16,7 @@ USE_TOOLS+= pkg-config USE_TOOLS+= msgfmt msgmerge xgettext USE_LANGUAGES= c c++ -LDFLAGS+= ${BUILDLINK_LDADD.iconv} +LDFLAGS.SunOS+= ${BUILDLINK_LDADD.gettext} SUBST_CLASSES+= eq SUBST_STAGE.eq= pre-configure |