From ed8a43a60369711cd9c81802905ad1914b465698 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Thu, 19 Feb 2004 09:41:37 +0000 Subject: FORBIDDEN on 5.x: links against conflicting thread libraries --- devel/libchipcard-kde/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'devel/libchipcard-kde/Makefile') 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 + +.if ${OSVERSION} >= 502102 +FORBIDDEN= "Links against conflicting thread libraries" +.endif + post-patch: ${REINPLACE_CMD} -e 's,libkdeui.so.4,libkdeui.so,' ${WRKSRC}/configure -.include +.include -- cgit v1.2.3