summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorryoon <ryoon>2014-05-12 12:08:29 +0000
committerryoon <ryoon>2014-05-12 12:08:29 +0000
commite76396dd4076d51f9b671d0175f5eacee25b7081 (patch)
tree44b11eee931c7287a11105bbdcb6258c5a44ccab /converters
parent30fdb4cd47596acbb4dfaa7149f9a66bd1a3c5b5 (diff)
downloadpkgsrc-e76396dd4076d51f9b671d0175f5eacee25b7081.tar.gz
GCC 4.6 is required to build under OpenBSD
Diffstat (limited to 'converters')
-rw-r--r--converters/libabw/Makefile8
-rw-r--r--converters/libe-book/Makefile8
-rw-r--r--converters/libwpg/Makefile8
-rw-r--r--converters/libwps/Makefile8
4 files changed, 28 insertions, 4 deletions
diff --git a/converters/libabw/Makefile b/converters/libabw/Makefile
index 8a200dbb777..272527c662e 100644
--- a/converters/libabw/Makefile
+++ b/converters/libabw/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/05/04 17:00:09 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2014/05/12 12:09:11 ryoon Exp $
DISTNAME= libabw-0.0.2
CATEGORIES= converters
@@ -12,6 +12,12 @@ LICENSE= mpl-2.0
TOOL_DEPENDS+= gperf-[0-9]*:../../devel/gperf
+.include "../../mk/bsd.prefs.mk"
+# GCC 4.5 or later may be required, and gcc45 is not provided for OpenBSD
+.if ${OPSYS} == "OpenBSD"
+GCC_REQD+= 4.6
+.endif
+
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= perl:build pkg-config
diff --git a/converters/libe-book/Makefile b/converters/libe-book/Makefile
index 611272833a7..a4de5102f9d 100644
--- a/converters/libe-book/Makefile
+++ b/converters/libe-book/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2014/04/09 07:27:03 obache Exp $
+# $NetBSD: Makefile,v 1.4 2014/05/12 12:10:11 ryoon Exp $
DISTNAME= libe-book-0.0.3
PKGREVISION= 1
@@ -18,6 +18,12 @@ USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
USE_LANGUAGES= c++
+.include "../../mk/bsd.prefs.mk"
+# GCC 4.5 or later may be required, and gcc45 is not provided for OpenBSD
+.if ${OPSYS} == "OpenBSD"
+GCC_REQD+= 4.6
+.endif
+
CONFIGURE_ARGS+= --disable-tests
CONFIGURE_ARGS+= --without-docs
diff --git a/converters/libwpg/Makefile b/converters/libwpg/Makefile
index a202aa625c5..66da13805c4 100644
--- a/converters/libwpg/Makefile
+++ b/converters/libwpg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2014/02/02 07:18:25 ryoon Exp $
+# $NetBSD: Makefile,v 1.12 2014/05/12 12:08:29 ryoon Exp $
DISTNAME= libwpg-0.2.2
CATEGORIES= converters graphics
@@ -17,6 +17,12 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-docs
PKGCONFIG_OVERRIDE+= libwpg-0.2.pc.in
+.include "../../mk/bsd.prefs.mk"
+# GCC 4.5 or later may be required, and gcc45 is not provided for OpenBSD
+.if ${OPSYS} == "OpenBSD"
+GCC_REQD+= 4.6
+.endif
+
REPLACE_PERL= src/conv/svg/wpg2svgbatch.pl
.include "../../mk/compiler.mk"
diff --git a/converters/libwps/Makefile b/converters/libwps/Makefile
index 14a463333fa..a1898eb2e32 100644
--- a/converters/libwps/Makefile
+++ b/converters/libwps/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2014/01/09 09:35:29 jperkin Exp $
+# $NetBSD: Makefile,v 1.11 2014/05/12 12:09:43 ryoon Exp $
DISTNAME= libwps-0.2.4
CATEGORIES= converters
@@ -17,6 +17,12 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-docs
PKGCONFIG_OVERRIDE+= libwps-0.2.pc.in
+.include "../../mk/bsd.prefs.mk"
+# GCC 4.5 or later may be required, and gcc45 is not provided for OpenBSD
+.if ${OPSYS} == "OpenBSD"
+GCC_REQD+= 4.6
+.endif
+
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
_WRAP_EXTRA_ARGS.CXX+= -Wno-unused-private-field -Wno-unused-const-variable