pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/7kaa 7kaa: Attempt to fix linking on SunOS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b0c30645cae
branches:  trunk
changeset: 337536:0b0c30645cae
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Aug 07 08:53:36 2019 +0000

description:
7kaa: Attempt to fix linking on SunOS

diffstat:

 games/7kaa/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 7f928f5bff1e -r 0b0c30645cae games/7kaa/Makefile
--- a/games/7kaa/Makefile       Wed Aug 07 08:45:33 2019 +0000
+++ b/games/7kaa/Makefile       Wed Aug 07 08:53:36 2019 +0000
@@ -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 @@
 # 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