diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-21 21:43:50 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-21 21:43:50 +0000 |
commit | 54fc5c218d39a921d2d183dd65403eea4eb4b9f0 (patch) | |
tree | df5968375418c8c2e3cff329ed57706cebf3f95d /print | |
parent | . Use the correct prototype for sysarch(2). Should fix the build on (diff) |
BROKEN on 4.x: Does not compile
Notes
Notes:
svn path=/head/; revision=101604
Diffstat (limited to 'print')
-rw-r--r-- | print/libpdf++/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/print/libpdf++/Makefile b/print/libpdf++/Makefile index d5c68d70b265..af882de9b86c 100644 --- a/print/libpdf++/Makefile +++ b/print/libpdf++/Makefile @@ -30,6 +30,10 @@ INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile" +.endif + .if ${OSVERSION} < 500035 USE_GCC= 3.1 CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" |