1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/www/apache22/files/patch-srclib:apr:config.layout
Clement Laforet 53975fd702 - Sync apache-apr layout with devel/apr one (to avoid another hack for
subversion)
- Add support for APR_FROM_PORTS
2004-12-13 10:26:52 +00:00

12 lines
341 B
Plaintext

--- srclib/apr/config.layout.orig Wed Jun 30 15:16:54 2004
+++ srclib/apr/config.layout Mon Dec 13 10:17:16 2004
@@ -229,3 +229,8 @@
infodir: ${exec_prefix}/share/info
libsuffix: -${APR_MAJOR_VERSION}
</Layout>
+
+<Layout FreeBSD>
+ includedir: ${prefix}/include/apr-${APR_MAJOR_VERSION}
+ libsuffix:
+</Layout>