aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2018-10-03 19:26:27 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2018-10-03 19:26:27 +0000
commit1787700391deb7774256f84421fc20194fe84104 (patch)
treef7d71ea9b1073f848285c42b431692e8522c7a9d /devel
parente28c68c9b4eebb8bb8cc22133a33b0479b26c2c3 (diff)
downloadports-1787700391deb7774256f84421fc20194fe84104.tar.gz
ports-1787700391deb7774256f84421fc20194fe84104.zip
Note why CXX is used here
Notes
Notes: svn path=/head/; revision=481181
Diffstat (limited to 'devel')
-rw-r--r--devel/ccache/files/extra-patch-memcached-Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/ccache/files/extra-patch-memcached-Makefile.in b/devel/ccache/files/extra-patch-memcached-Makefile.in
index 2af101a56c43..4d3c9bed421b 100644
--- a/devel/ccache/files/extra-patch-memcached-Makefile.in
+++ b/devel/ccache/files/extra-patch-memcached-Makefile.in
@@ -1,3 +1,6 @@
+libmemcached is a c++ library. To link statically we need to use cxx rather
+than cc to ensure libc++ is linked in.
+
--- Makefile.in.orig 2017-03-09 13:00:34.016595000 -0800
+++ Makefile.in 2017-03-09 13:00:39.656086000 -0800
@@ -74,7 +74,7 @@ files_to_distclean = Makefile config.h c