summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2004-05-25 09:41:44 +0000
committerarved <arved@FreeBSD.org>2004-05-25 09:41:44 +0000
commitacb9e15815fb820ba9b1f7665a792e3a98c5a8b7 (patch)
tree47bbf1b3d8eb8d3c7eb7f19a03aac17a26ca9dc2 /games
parent6b53603f28a774ded0c97766c28e9cba567b007e (diff)
downloadFreeBSD-ports-acb9e15815fb820ba9b1f7665a792e3a98c5a8b7.zip
FreeBSD-ports-acb9e15815fb820ba9b1f7665a792e3a98c5a8b7.tar.gz
Respect PTHREAD_LIBS
Diffstat (limited to 'games')
-rw-r--r--games/kpictorial/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/games/kpictorial/Makefile b/games/kpictorial/Makefile
index 533a1ec..898750f 100644
--- a/games/kpictorial/Makefile
+++ b/games/kpictorial/Makefile
@@ -19,5 +19,9 @@ GNU_CONFIGURE= yes
CONFIGURE_TARGET=
CONFIGURE_ARGS+= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
+USE_REINPLACE= yes
+
+post-patch:
+ ${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS}," ${WRKSRC}/configure
.include <bsd.port.mk>
OpenPOWER on IntegriCloud