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 to be explicitly linked...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5bd9532ae30a
branches: trunk
changeset: 417706:5bd9532ae30a
user: nia <nia%pkgsrc.org@localhost>
date: Thu Nov 14 11:14:15 2019 +0000
description:
manaplus: Needs to be explicitly linked with -lintl on SunOS
diffstat:
games/manaplus/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 2ff379b93d66 -r 5bd9532ae30a games/manaplus/Makefile
--- a/games/manaplus/Makefile Thu Nov 14 11:12:20 2019 +0000
+++ b/games/manaplus/Makefile Thu Nov 14 11:14:15 2019 +0000
@@ -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+= msgfmt msgmerge xgettext
USE_LANGUAGES= c c++
-LDFLAGS+= ${BUILDLINK_LDADD.iconv}
+LDFLAGS.SunOS+= ${BUILDLINK_LDADD.gettext}
SUBST_CLASSES+= eq
SUBST_STAGE.eq= pre-configure
Home |
Main Index |
Thread Index |
Old Index