1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/www/mod_jk/files/patch-configure.in
Edwin Groothuis ff0b1b2d09 Update mod_jk to 1.2.4 & add optional apache2 building
This update updates mod_jk to 1.2.4 and optionally creates
	an apache2 module, if APACHE_PORT is set to ${PORTSDIR}/www/apache2

	As a separate PR, I send a new slave port that will hopefully
	see to it that there's a package at your favourite package
	site for both versions of apache.

PR:		ports/56657
Submitted by:	Palle Girgensohn <girgen@pingpong.net>
2003-09-24 08:55:01 +00:00

12 lines
563 B
Plaintext

--- configure.in.orig Thu Jun 5 15:18:04 2003
+++ configure.in Fri Sep 5 17:06:25 2003
@@ -102,7 +102,7 @@
WEBSERVER="apache-2.0"
APXSCFLAGS="`${APXS} -q CFLAGS` `${APXS} -q EXTRA_CFLAGS`"
APXSCPPFLAGS="`${APXS} -q EXTRA_CPPFLAGS`"
- APACHE_CONFIG_VARS=${apache_dir}/build/config_vars.mk
+ APACHE_CONFIG_VARS=${prefix}/share/apache2/build/config_vars.mk
LIBTOOL=`$APXS -q LIBTOOL`
fi
AC_MSG_RESULT([building connector for \"$WEBSERVER\"])