summaryrefslogtreecommitdiff
path: root/x11/XaoS
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2012-02-16 19:59:53 +0000
committerhans <hans@pkgsrc.org>2012-02-16 19:59:53 +0000
commit1635c0cfd8f659e9e4b8c9781d44d91e0ad00d4c (patch)
tree6492bf74f485f36c0753964bb5308e029d1ab0fd /x11/XaoS
parent1870814319d8404625a7b0ed8e2752a06bab857c (diff)
downloadpkgsrc-1635c0cfd8f659e9e4b8c9781d44d91e0ad00d4c.tar.gz
Fix build on SunOS.
Diffstat (limited to 'x11/XaoS')
-rw-r--r--x11/XaoS/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/XaoS/Makefile b/x11/XaoS/Makefile
index 8c134f31a1c..0dfd8111a7d 100644
--- a/x11/XaoS/Makefile
+++ b/x11/XaoS/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2011/04/22 13:45:15 obache Exp $
+# $NetBSD: Makefile,v 1.31 2012/02/16 20:09:00 hans Exp $
#
DISTNAME= XaoS-3.4
@@ -32,6 +32,8 @@ INSTALLATION_DIRS= ${PKGINFODIR}
CHECK_PORTABILITY_SKIP+= help/applehelpconv
BUILDLINK_DEPMETHOD.libXt?= build
+LDFLAGS.SunOS+= -liconv
+
.include "../../math/gsl/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"