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:           Wed Aug  7 08:53:36 UTC 2019

Modified Files:
        pkgsrc/games/7kaa: Makefile

Log Message:
7kaa: Attempt to fix linking on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/games/7kaa/Makefile:1.4
--- pkgsrc/games/7kaa/Makefile:1.3      Sat Jul 20 22:46:20 2019
+++ pkgsrc/games/7kaa/Makefile  Wed Aug  7 08:53:36 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2019/07/20 22:46:20 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2019/08/07 08:53:36 nia Exp $
 
 DISTNAME=      7kaa-2.15.2
 PKGREVISION=   2
@@ -20,6 +20,8 @@ USE_TOOLS+=   pkg-config
 # C++11
 GCC_REQD+=     4.6
 
+LDFLAGS.SunOS+=        -lintl -liconv
+
 TOOL_DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick
 
 INSTALLATION_DIRS+=    share/applications



Home | Main Index | Thread Index | Old Index