summaryrefslogtreecommitdiffstats
path: root/www/apache20/files
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2002-11-15 13:35:56 +0000
committerperky <perky@FreeBSD.org>2002-11-15 13:35:56 +0000
commit3912ac53f99ab036973c0883808ad6dc35cbcaa7 (patch)
treebae3d9204a7a8118c3f0503c1a76b8a9a7913793 /www/apache20/files
parent1de2b39b0cc412b5043604bdc1ed7446400f027e (diff)
downloadFreeBSD-ports-3912ac53f99ab036973c0883808ad6dc35cbcaa7.zip
FreeBSD-ports-3912ac53f99ab036973c0883808ad6dc35cbcaa7.tar.gz
o Change installbuilddir to $PREFIX/share/apache2/build to make porting
3rd party modules easy. [1] o Include <limits.h> before <sys/syslimits.h> to reduce warnings on -CURRENT PR: 44104 [1] Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> [1]
Diffstat (limited to 'www/apache20/files')
-rw-r--r--www/apache20/files/config.layout2
-rw-r--r--www/apache20/files/patch-srclib:apr:include:apr.h17
2 files changed, 18 insertions, 1 deletions
diff --git a/www/apache20/files/config.layout b/www/apache20/files/config.layout
index e4f8ca8..e1f6e37 100644
--- a/www/apache20/files/config.layout
+++ b/www/apache20/files/config.layout
@@ -7,7 +7,7 @@
mandir: ${prefix}/man
sysconfdir: ${prefix}/etc/apache2
datadir: ${prefix}/www
- installbuilddir: ${prefix}/share/apache2
+ installbuilddir: ${prefix}/share/apache2/build
errordir: ${datadir}/error
iconsdir: ${datadir}/icons
htdocsdir: ${datadir}/data
diff --git a/www/apache20/files/patch-srclib:apr:include:apr.h b/www/apache20/files/patch-srclib:apr:include:apr.h
new file mode 100644
index 0000000..f6e2e55
--- /dev/null
+++ b/www/apache20/files/patch-srclib:apr:include:apr.h
@@ -0,0 +1,17 @@
+--- srclib/apr/include/apr.h.in.orig Fri Nov 15 17:33:00 2002
++++ srclib/apr/include/apr.h.in Fri Nov 15 17:33:10 2002
+@@ -299,11 +299,11 @@
+ #endif
+
+ /* header files for PATH_MAX, _POSIX_PATH_MAX */
+-#if APR_HAVE_SYS_SYSLIMITS_H
+-#include <sys/syslimits.h>
+-#endif
+ #if APR_HAVE_LIMITS_H
+ #include <limits.h>
++#endif
++#if APR_HAVE_SYS_SYSLIMITS_H
++#include <sys/syslimits.h>
+ #endif
+
+ #if defined(PATH_MAX)
OpenPOWER on IntegriCloud