summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorobache <obache>2010-07-26 14:40:22 +0000
committerobache <obache>2010-07-26 14:40:22 +0000
commit1481e74fd759901bb5dde3b962714ce145491048 (patch)
treed980a6d660fbc6d03cf08a907f6c21d750ee9176 /print
parent89e648ca72808d8e55c197df3fcb7efa62d06209 (diff)
downloadpkgsrc-1481e74fd759901bb5dde3b962714ce145491048.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"