aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-08-25 17:49:47 +0800
committerAlex Dupre <ale@FreeBSD.org>2004-08-25 17:49:47 +0800
commit864a8183f3fa926899d93b17e4f45fa1333806bd (patch)
treedb11ba623c69b82fe9b31380d0b16da7c8262086 /print
parent59ec3b081b41355d97d7bbc9bda2286dc20d5a92 (diff)
downloadfreebsd-ports-gnome-864a8183f3fa926899d93b17e4f45fa1333806bd.tar.gz
freebsd-ports-gnome-864a8183f3fa926899d93b17e4f45fa1333806bd.tar.zst
freebsd-ports-gnome-864a8183f3fa926899d93b17e4f45fa1333806bd.zip
Building on FreeBSD 5 or later is OK, the problem is in panda lib
with FreeBSD 4.
Diffstat (limited to 'print')
-rw-r--r--print/pecl-panda/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/print/pecl-panda/Makefile b/print/pecl-panda/Makefile
index 2dce7d722e59..41ff31473310 100644
--- a/print/pecl-panda/Makefile
+++ b/print/pecl-panda/Makefile
@@ -17,8 +17,6 @@ DIST_SUBDIR= PECL
MAINTAINER= ale@FreeBSD.org
COMMENT= A PECL extension to create PDF documents
-BROKEN= Configure fails
-
LIB_DEPENDS= panda.0:${PORTSDIR}/print/panda
USE_PHP= yes
@@ -26,4 +24,10 @@ USE_PHPEXT= yes
CONFIGURE_ARGS= --with-panda=${LOCALBASE}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= Panda shared library doesn't export required symbols
+.endif
+
+.include <bsd.port.post.mk>