freebsd-ports/devel/ccache/files
Bryan Drewery ce7bc2bba9 ccache-memcached: Fix STATIC build.
Libmemcached is a C++ library, thus we need to use a C++ linker to link to it.
This is only really a problem when building a static binary since we need to
bring in various libc++ and libcxxrt symbols.  The upstream ccache+memcached
patch had support for this with --enable-static but only via a hack for
GCC to force addding -lstdc++.  The method in these patches works
for either compiler by using CXX to check for -lmemcached, and later using
CXX to link ccache.
2017-03-09 21:05:23 +00:00
..
ccache-howto-freebsd.txt.in
ccache-update-links.sh.in ccache-update-links.sh: Fix removing links to missing compilers. 2017-03-06 17:50:14 +00:00
extra-patch-memcached Add a patch for memcached to ccache along with a slave devel/ccache-memcached port. 2017-02-17 23:23:47 +00:00
extra-patch-memcached-ccache.c ccache-memcached: Fix crash due to shadowed manifest_name. 2017-03-09 17:19:36 +00:00
extra-patch-memcached-configure.ac ccache-memcached: Fix STATIC build. 2017-03-09 21:05:23 +00:00
extra-patch-memcached-Makefile.in ccache-memcached: Fix STATIC build. 2017-03-09 21:05:23 +00:00
patch-ccache.c
patch-configure
patch-configure.ac Add a patch for memcached to ccache along with a slave devel/ccache-memcached port. 2017-02-17 23:23:47 +00:00
pkg-message.in
world-ccache.in