diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-05-25 09:41:44 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-05-25 09:41:44 +0000 |
commit | c669d7c3e85f67d2d8ad6c220c348da7cb12ebf0 (patch) | |
tree | 62ff68fdcbd06c2e6586a7b872380fa6cc3fbff6 /games/kpictorial/Makefile | |
parent | 5bb21e9b59625d8ee483a5d496bc426c9c429b95 (diff) |
Notes
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> |