summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-02 21:20:54 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-02 21:20:54 +0000
commitd7c651704128d7d2429e627ab25715d34ba41e14 (patch)
tree81092f8aeb8d3d17663d44f271ccb2fd2afca6c3 /print
parent- fix fetch problems when SENDMAIL_WITH_TLS=yes (diff)
BROKEN on alpha 5.x as well: does not compile
Notes
Notes: svn path=/head/; revision=102765
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 af882de9b86c..c9da6b77181f 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}"