pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/manaplus



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Nov 14 11:14:16 UTC 2019

Modified Files:
        pkgsrc/games/manaplus: Makefile

Log Message:
manaplus: Needs to be explicitly linked with -lintl on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/games/manaplus/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/manaplus/Makefile
diff -u pkgsrc/games/manaplus/Makefile:1.3 pkgsrc/games/manaplus/Makefile:1.4
--- pkgsrc/games/manaplus/Makefile:1.3  Sun Nov 10 21:15:40 2019
+++ pkgsrc/games/manaplus/Makefile      Thu Nov 14 11:14:15 2019
@@ -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



Home | Main Index | Thread Index | Old Index