7kaa: Attempt to fix linking on SunOS
This commit is contained in:
parent
3941a1329f
commit
e573757ee2
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue