Files
ports/devel/protobuf/files/patch-configure
T
Sunpoet Po-Chuan Hsieh a3d039e64d Set PTHREAD_LIBS to -pthread after PTHREAD_CFLAGS removal from Libs in protobuf.pc.in
- Bump PORTREVISION for package change

PR:		239038
Reported by:	Alarig Le Lay <alarig@swordarmor.fr>, Clive <clive@tongi.org>
2019-07-31 14:17:31 +00:00

12 lines
273 B
Plaintext

--- configure.orig 2019-07-12 16:18:37 UTC
+++ configure
@@ -20165,7 +20165,7 @@ if test "x$ax_pthread_clang" = "xyes"; t
# ignore this macro, third-party headers might not.)
PTHREAD_CFLAGS="-pthread"
- PTHREAD_LIBS=
+ PTHREAD_LIBS="-pthread"
ax_pthread_ok=yes