summaryrefslogtreecommitdiff
path: root/graphics/tuxpaint
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2022-07-29 16:29:08 +0000
committerjperkin <jperkin@pkgsrc.org>2022-07-29 16:29:08 +0000
commitf90b81cc1250169ce650699ed5423548a8c71681 (patch)
tree0f567c9d177b3458f056d0f7fd3ceb470dd2b1eb /graphics/tuxpaint
parent110f1b47fd455f2b581aa9a14bafac66f9e814eb (diff)
downloadpkgsrc-f90b81cc1250169ce650699ed5423548a8c71681.tar.gz
*: Explicitly pass -lintl on SunOS where required.
Recent libtool update appears to have exposed more of these.
Diffstat (limited to 'graphics/tuxpaint')
-rw-r--r--graphics/tuxpaint/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tuxpaint/Makefile b/graphics/tuxpaint/Makefile
index b7acb053907..db04599e868 100644
--- a/graphics/tuxpaint/Makefile
+++ b/graphics/tuxpaint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.104 2022/04/18 19:11:24 adam Exp $
+# $NetBSD: Makefile,v 1.105 2022/07/29 16:29:09 jperkin Exp $
DISTNAME= tuxpaint-0.9.23
PKGREVISION= 11
@@ -46,7 +46,7 @@ CPPFLAGS.NetBSD+= -DHAVE_STRCASESTR
MAKE_FLAGS+= LIBS=${LIBS:M*:Q}
LIBS+= -liconv
LIBS+= -lpng
-LIBS.SunOS+= -lsocket -lnsl
+LIBS.SunOS+= -lsocket -lnsl -lintl
LDFLAGS.SunOS+= -lsocket
pre-build: