diff options
author | nia <nia@pkgsrc.org> | 2019-08-07 08:53:36 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-08-07 08:53:36 +0000 |
commit | 780432ec3e650b4ef4b2e61c5240434aba51bec0 (patch) | |
tree | f5cfd6d7f9d1cf7b0b52db39441703d08030051f /games | |
parent | d7e04e36dfa08498097338531135c11fa15aab6d (diff) | |
download | pkgsrc-780432ec3e650b4ef4b2e61c5240434aba51bec0.tar.gz |
7kaa: Attempt to fix linking on SunOS
Diffstat (limited to 'games')
-rw-r--r-- | games/7kaa/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/7kaa/Makefile b/games/7kaa/Makefile index e0e4bb0ae3f..57b914a044a 100644 --- a/games/7kaa/Makefile +++ b/games/7kaa/Makefile @@ -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 |