diff options
author | erwin <erwin@FreeBSD.org> | 2009-01-09 02:09:45 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2009-01-09 02:09:45 +0800 |
commit | c242b315307fcb5ee27ef7a29ac2ae6d9eb143f2 (patch) | |
tree | 53325989c8530ea20d71fb1fa055b05045998c22 | |
parent | 8687687b28bd29abc521aa6fb4e40c9ff3c18ee6 (diff) | |
download | freebsd-ports-gnome-c242b315307fcb5ee27ef7a29ac2ae6d9eb143f2.tar.gz freebsd-ports-gnome-c242b315307fcb5ee27ef7a29ac2ae6d9eb143f2.tar.zst freebsd-ports-gnome-c242b315307fcb5ee27ef7a29ac2ae6d9eb143f2.zip |
Mark BROKEN on 8: does not build after the arp-v2 import.
Submitted by: pointyhat
-rw-r--r-- | devel/pwlib/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/pwlib/Makefile b/devel/pwlib/Makefile index e56b78bd2b30..883cfbc9111d 100644 --- a/devel/pwlib/Makefile +++ b/devel/pwlib/Makefile @@ -32,6 +32,10 @@ USE_LDCONFIG= yes .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 800059 +BROKEN= does not build +.endif + CFLAGS= -O1 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -O1 -I${WRKSRC}/include -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \ |