diff options
author | kris <kris@FreeBSD.org> | 2004-03-02 21:20:54 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-02 21:20:54 +0000 |
commit | f9d158a6daa2c30ffe5af37ab7be0eecfc613d29 (patch) | |
tree | ea98d065a22a8528ee2aac9907a79b81f0efafd5 /print | |
parent | ab86737bac04acc8098cb1467b0e47efbac072dc (diff) | |
download | FreeBSD-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++/Makefile | 3 |
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}" |