diff options
author | hans <hans> | 2012-02-16 19:59:53 +0000 |
---|---|---|
committer | hans <hans> | 2012-02-16 19:59:53 +0000 |
commit | 7c3f266bb4109091e4e5710cc583c6bbb4d588f0 (patch) | |
tree | 6492bf74f485f36c0753964bb5308e029d1ab0fd /x11/XaoS | |
parent | 6c2f479852aa6039e42e12cf9727715847273109 (diff) | |
download | pkgsrc-7c3f266bb4109091e4e5710cc583c6bbb4d588f0.tar.gz |
Fix build on SunOS.
Diffstat (limited to 'x11/XaoS')
-rw-r--r-- | x11/XaoS/Makefile | 4 |
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" |