diff options
Diffstat (limited to 'devel/apr/patches/patch-ap')
-rw-r--r-- | devel/apr/patches/patch-ap | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/devel/apr/patches/patch-ap b/devel/apr/patches/patch-ap deleted file mode 100644 index fe0d7ee9eb7..00000000000 --- a/devel/apr/patches/patch-ap +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-ap,v 1.2 2003/06/06 10:50:00 jmmv Exp $ - ---- apr-util/config.layout.orig Thu Apr 3 17:15:08 2003 -+++ apr-util/config.layout Thu Apr 3 17:14:15 2003 -@@ -229,3 +229,17 @@ - infodir: ${exec_prefix}/share/info - libsuffix -${APRUTIL_MAJOR_VERSION} - </Layout> -+ -+# NetBSD (pkgsrc) layout -+<Layout NetBSD> -+ prefix: @PREFIX@ -+ exec_prefix: ${prefix} -+ bindir: ${exec_prefix}/bin -+ sbindir: ${exec_prefix}/sbin -+ libexecdir: ${exec_prefix}/lib/httpd -+ mandir: ${prefix}/man -+ datadir: ${prefix}/share/httpd -+ includedir: ${prefix}/include/apr -+ localstatedir: /var -+ runtimedir: ${localstatedir}/run -+</Layout> |