aboutsummaryrefslogtreecommitdiff
path: root/games/kpictorial/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/kpictorial/Makefile')
-rw-r--r--games/kpictorial/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/games/kpictorial/Makefile b/games/kpictorial/Makefile
index 533a1ec7516c..898750f7ae87 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>