aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/plib
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-03-26 05:15:26 +0800
committerpav <pav@FreeBSD.org>2009-03-26 05:15:26 +0800
commit7f96785986b58ce9307643479b1477a5b06a53b4 (patch)
tree27bdd42453699c985d04e072af7623a83eaa9412 /x11-toolkits/plib
parentd81046df3ce26f617288fbd0c952f025d5091c58 (diff)
downloadfreebsd-ports-gnome-7f96785986b58ce9307643479b1477a5b06a53b4.tar.gz
freebsd-ports-gnome-7f96785986b58ce9307643479b1477a5b06a53b4.tar.zst
freebsd-ports-gnome-7f96785986b58ce9307643479b1477a5b06a53b4.zip
- Mark BROKEN on HEAD, does not like new USB stack
Reported by: pointyhat
Diffstat (limited to 'x11-toolkits/plib')
-rw-r--r--x11-toolkits/plib/Makefile8
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>