diff options
Diffstat (limited to 'devel')
-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" \ |