aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-07-31 14:17:31 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-07-31 14:17:31 +0000
commita3d039e64d6b46810e1184bf4d75f3e428ad27b2 (patch)
tree179515e1f0e204cd988c240f5484e95cf8a63614
parent7e8ea4736cfb04aa11f8da57b495e48ec6d36cc4 (diff)
downloadports-a3d039e64d6b46810e1184bf4d75f3e428ad27b2.tar.gz
ports-a3d039e64d6b46810e1184bf4d75f3e428ad27b2.zip
Notes
-rw-r--r--devel/protobuf/Makefile2
-rw-r--r--devel/protobuf/files/patch-configure11
2 files changed, 12 insertions, 1 deletions
diff --git a/devel/protobuf/Makefile b/devel/protobuf/Makefile
index 19cc5b4cf9be..26b73a102fe3 100644
--- a/devel/protobuf/Makefile
+++ b/devel/protobuf/Makefile
@@ -3,7 +3,7 @@
PORTNAME= protobuf
PORTVERSION= 3.8.0
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= https://github.com/protocolbuffers/protobuf/releases/download/v${PORTVERSION}/
diff --git a/devel/protobuf/files/patch-configure b/devel/protobuf/files/patch-configure
new file mode 100644
index 000000000000..d89a49113a6b
--- /dev/null
+++ b/devel/protobuf/files/patch-configure
@@ -0,0 +1,11 @@
+--- 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
+