summaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-03-02 21:20:54 +0000
committerkris <kris@FreeBSD.org>2004-03-02 21:20:54 +0000
commitf9d158a6daa2c30ffe5af37ab7be0eecfc613d29 (patch)
treeea98d065a22a8528ee2aac9907a79b81f0efafd5 /print
parentab86737bac04acc8098cb1467b0e47efbac072dc (diff)
downloadFreeBSD-ports-f9d158a6daa2c30ffe5af37ab7be0eecfc613d29.zip
FreeBSD-ports-f9d158a6daa2c30ffe5af37ab7be0eecfc613d29.tar.gz
BROKEN on alpha 5.x as well: does not compile
Diffstat (limited to 'print')
-rw-r--r--print/libpdf++/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/libpdf++/Makefile b/print/libpdf++/Makefile
index af882de..c9da6b7 100644
--- a/print/libpdf++/Makefile
+++ b/print/libpdf++/Makefile
@@ -30,10 +30,11 @@ INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
+.if ${OSVERSION} < 500000 || (${OSVERSION} >= 502102 && ARCH=="alpha")
BROKEN= "Does not compile"
.endif
+
.if ${OSVERSION} < 500035
USE_GCC= 3.1
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
OpenPOWER on IntegriCloud