diff options
Diffstat (limited to 'games/kpictorial/Makefile')
-rw-r--r-- | games/kpictorial/Makefile | 4 |
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> |