mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 17:43:11 -04:00
Add LICENSE Fix portlint warnings (strip .so file, fix @exec in plist) Regenerate patches with makepatch Change maintainer as requested. PR: 227378 Submitted by: freebsd-ports@dan.me.uk Reported by: freebsd-ports@dan.me.uk Reviewed by: mfechner@FreeBSD.org Approved by: maintainer timeout
11 lines
482 B
Text
11 lines
482 B
Text
--- configure.ac.orig 2013-05-20 16:26:56 UTC
|
|
+++ configure.ac
|
|
@@ -66,7 +66,7 @@ if test -n "$APXS"; then
|
|
| cut -f2 -d"/" \
|
|
| cut -f1 -d" "`
|
|
major_version=`echo $APACHE_VERSION|cut -f1,2 -d.`
|
|
- if test "$major_version" = "2.0" -o "$major_version" = "2.2"; then
|
|
+ if test "$major_version" = "2.0" -o "$major_version" = "2.2" -o "$major_version" = "2.4"; then
|
|
APACHE_VERSION_2=true
|
|
APACHE_VERSION_1_3=false
|
|
else
|