diff options
author | arved <arved@FreeBSD.org> | 2004-05-25 17:41:44 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-05-25 17:41:44 +0800 |
commit | acb9e15815fb820ba9b1f7665a792e3a98c5a8b7 (patch) | |
tree | 47bbf1b3d8eb8d3c7eb7f19a03aac17a26ca9dc2 /games/kpictorial | |
parent | 6b53603f28a774ded0c97766c28e9cba567b007e (diff) | |
download | freebsd-ports-gnome-acb9e15815fb820ba9b1f7665a792e3a98c5a8b7.tar.gz freebsd-ports-gnome-acb9e15815fb820ba9b1f7665a792e3a98c5a8b7.tar.zst freebsd-ports-gnome-acb9e15815fb820ba9b1f7665a792e3a98c5a8b7.zip |
Respect PTHREAD_LIBS
Diffstat (limited to 'games/kpictorial')
-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> |