mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-13 07:10:05 +02:00
40 lines
1.3 KiB
Diff
40 lines
1.3 KiB
Diff
diff -urN apr-1.4.4/config.layout apr-1.4.4-haiku/config.layout
|
|
--- apr-1.4.4/config.layout 2004-11-24 22:51:51.065798144 +0000
|
|
+++ apr-1.4.4-haiku/config.layout 2011-03-24 11:36:30.742653952 +0000
|
|
@@ -60,6 +60,23 @@
|
|
runtimedir: ${localstatedir}/run
|
|
</Layout>
|
|
|
|
+# Haiku Layout making use of finddir
|
|
+<Layout haiku>
|
|
+ prefix: /boot/common
|
|
+ exec_prefix: /boot/common
|
|
+ bindir: /boot/common/bin
|
|
+ sbindir: /boot/common/servers
|
|
+ libdir: /boot/common/lib
|
|
+ libexecdir: /boot/common/servers
|
|
+ mandir: /boot/common/documentation/man
|
|
+ sysconfdir: /boot/common/settings
|
|
+ datadir: /boot/common/data
|
|
+ installbuilddir: /boot/develop/build
|
|
+ includedir: /boot/common/include
|
|
+ localstatedir: /boot/common/var
|
|
+ runtimedir: ${localstatedir}/log
|
|
+</Layout>
|
|
+
|
|
# Mac OS X Server (Rhapsody)
|
|
<Layout Mac OS X Server>
|
|
prefix: /Local/Library/WebServer
|
|
diff -urN apr-1.4.4/configure.in apr-1.4.4-haiku/configure.in
|
|
--- apr-1.4.4/configure.in 2009-11-16 07:45:28.064225280 +0000
|
|
+++ apr-1.4.4-haiku/configure.in 2011-03-24 14:27:40.000000000 +0000
|
|
@@ -143,7 +143,7 @@
|
|
AC_PROG_CPP
|
|
AC_PROG_AWK
|
|
AC_PROG_LN_S
|
|
-AC_PROG_RANLIB
|
|
+AC_PROG_LIBTOOL
|
|
AC_PROG_INSTALL
|
|
AC_CHECK_PROG(RM, rm, rm)
|
|
AC_CHECK_PROG(AS, as, as)
|