summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-07-26 14:40:22 +0000
committerobache <obache@pkgsrc.org>2010-07-26 14:40:22 +0000
commit72efa2058db120c83aba962d4f59ed4b95b52852 (patch)
treed980a6d660fbc6d03cf08a907f6c21d750ee9176 /print
parent4f073202a7621c90a6a6206ef99ca55903fc4f6b (diff)
downloadpkgsrc-72efa2058db120c83aba962d4f59ed4b95b52852.tar.gz
* Also need SIGCHLD-fallback for OpenBSD and DragonFly
* using iconv, so buildlink with libiconv XXX: but failed to link with libiconv from pkgsrc, bad configure test.
Diffstat (limited to 'print')
-rw-r--r--print/gv/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/print/gv/Makefile b/print/gv/Makefile
index ec1fce8022b..8110d9daada 100644
--- a/print/gv/Makefile
+++ b/print/gv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2010/07/24 08:22:02 obache Exp $
+# $NetBSD: Makefile,v 1.72 2010/07/26 14:40:22 obache Exp $
DISTNAME= gv-3.7.1
CATEGORIES= print
@@ -32,7 +32,8 @@ XAW_TYPE= 3d
CONFIGURE_ARGS+= --enable-setenv-code
.endif
-.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "NetBSD" || ${OPSYS} == "Darwin"
+.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "NetBSD" || ${OPSYS} == "Darwin" \
+ || ${OPSYS} == "OpenBSD" || ${OPSYS} == "DragonFly"
CONFIGURE_ARGS+= --enable-SIGCHLD-fallback
.endif
@@ -48,6 +49,7 @@ SUBST_SED.optlong2= -e 's/\[\\-\]\\-/\\-\\-/'
REPLACE_PERL+= src/gv-update-userconfig.in
+.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/libgetopt/buildlink3.mk"
.include "../../x11/libXinerama/buildlink3.mk"
.include "../../mk/xaw.buildlink3.mk"