mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
53975fd702
subversion) - Add support for APR_FROM_PORTS
12 lines
341 B
Plaintext
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>
|