pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/7kaa



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue May 26 14:14:50 UTC 2020

Modified Files:
        pkgsrc/games/7kaa: Makefile

Log Message:
7kaa: fix gettext ldflags


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/games/7kaa/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/7kaa/Makefile
diff -u pkgsrc/games/7kaa/Makefile:1.13 pkgsrc/games/7kaa/Makefile:1.14
--- pkgsrc/games/7kaa/Makefile:1.13     Fri May 22 10:56:07 2020
+++ pkgsrc/games/7kaa/Makefile  Tue May 26 14:14:50 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2020/05/22 10:56:07 adam Exp $
+# $NetBSD: Makefile,v 1.14 2020/05/26 14:14:50 nia Exp $
 
 DISTNAME=      7kaa-2.15.3
 PKGREVISION=   5
@@ -22,7 +22,7 @@ USE_TOOLS+=   pkg-config
 # C++11
 GCC_REQD+=     4.6
 
-LDFLAGS+=      ${BUILDLINK_LDADD.iconv}
+LDFLAGS+=      ${BUILDLINK_LDADD.gettext}
 
 CONFIGURE_ARGS+=       --disable-sdltest
 



Home | Main Index | Thread Index | Old Index