diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-03-25 21:15:26 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-03-25 21:15:26 +0000 |
commit | 79876fb545dba8bfb3f316227df47bffdb343f4d (patch) | |
tree | 47f5dd4e374b0868ee9baf74651987228424bc2e /x11-toolkits/plib | |
parent | 8b5e45f928c0234b40e7e99865bdc348280d37e9 (diff) | |
download | ports-79876fb545dba8bfb3f316227df47bffdb343f4d.tar.gz ports-79876fb545dba8bfb3f316227df47bffdb343f4d.zip |
Notes
Diffstat (limited to 'x11-toolkits/plib')
-rw-r--r-- | x11-toolkits/plib/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-toolkits/plib/Makefile b/x11-toolkits/plib/Makefile index 28f0cf36f89f..e7c9c9258313 100644 --- a/x11-toolkits/plib/Makefile +++ b/x11-toolkits/plib/Makefile @@ -24,6 +24,12 @@ CXXFLAGS+= -fPIC CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800064 +BROKEN= does not compile with new usb stack +.endif + post-patch: @${REINPLACE_CMD} -e 's|-lpthread||g ; \ s|-ldl||g ; \ @@ -35,4 +41,4 @@ post-build: post-install: ${INSTALL_PROGRAM} ${WRKDIR}/plib-jscal ${PREFIX}/bin -.include <bsd.port.mk> +.include <bsd.port.post.mk> |