From 1a8a092d9fefcbd7f960c82c59802c61807867a6 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Fri, 17 Jun 2016 23:28:04 +0000 Subject: Rename all files containing a : in their filename. While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight --- www/mod_jk/files/patch-configure | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 www/mod_jk/files/patch-configure (limited to 'www/mod_jk/files/patch-configure') diff --git a/www/mod_jk/files/patch-configure b/www/mod_jk/files/patch-configure new file mode 100644 index 000000000000..9f0a918455e5 --- /dev/null +++ b/www/mod_jk/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2015-07-26 22:21:39 UTC ++++ configure +@@ -3638,7 +3638,7 @@ $as_echo "APRINCLUDEDIR is $APRINCLUDEDI + APXSCC="`$APXS -q CC`" + APXSCFLAGS="`${APXS} -q CFLAGS` `${APXS} -q EXTRA_CFLAGS` -DHAVE_APR ${APRINCLUDEDIR}" + APXSCPPFLAGS="`${APXS} -q EXTRA_CPPFLAGS`" +- APXSLDFLAGS="`$APXS -q LDFLAGS`" ++ APXSLDFLAGS="`$APXS -q LDFLAGS|sed -e 's#/usr/local/lib#-L/usr/local/lib#' -e 's/-pthread//'`" + APACHE_CONFIG_VARS="`${APXS} -q exp_installbuilddir`/config_vars.mk" + LIBTOOL=`$APXS -q LIBTOOL` + fi -- cgit v1.2.3