aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-19 17:41:37 +0800
committerkris <kris@FreeBSD.org>2004-02-19 17:41:37 +0800
commit92a532c4d0b54e278a35f0d022c97110ad0610b2 (patch)
tree62145775b22251d0e8adf8a10ca8c6a6b9505bbf /devel
parent6c2ba45f14caef3914cdaa05820a831cd38fccce (diff)
downloadfreebsd-ports-gnome-92a532c4d0b54e278a35f0d022c97110ad0610b2.tar.gz
freebsd-ports-gnome-92a532c4d0b54e278a35f0d022c97110ad0610b2.tar.zst
freebsd-ports-gnome-92a532c4d0b54e278a35f0d022c97110ad0610b2.zip
FORBIDDEN on 5.x: links against conflicting thread libraries
Diffstat (limited to 'devel')
-rw-r--r--devel/libchipcard-kde/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/libchipcard-kde/Makefile b/devel/libchipcard-kde/Makefile
index fbd689c4ba94..99811b5ec0ca 100644
--- a/devel/libchipcard-kde/Makefile
+++ b/devel/libchipcard-kde/Makefile
@@ -26,7 +26,13 @@ CONFIGURE_ARGS+= --with-distri=freebsd --with-kde3-prefix=${LOCALBASE}\
USE_KDELIBS_VER= 3
USE_REINPLACE= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502102
+FORBIDDEN= "Links against conflicting thread libraries"
+.endif
+
post-patch:
${REINPLACE_CMD} -e 's,libkdeui.so.4,libkdeui.so,' ${WRKSRC}/configure
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>