summaryrefslogtreecommitdiffstats
path: root/www/apache20/files/patch-srclib:apr-util:Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'www/apache20/files/patch-srclib:apr-util:Makefile.in')
-rw-r--r--www/apache20/files/patch-srclib:apr-util:Makefile.in22
1 files changed, 22 insertions, 0 deletions
diff --git a/www/apache20/files/patch-srclib:apr-util:Makefile.in b/www/apache20/files/patch-srclib:apr-util:Makefile.in
new file mode 100644
index 0000000..652901d
--- /dev/null
+++ b/www/apache20/files/patch-srclib:apr-util:Makefile.in
@@ -0,0 +1,22 @@
+--- srclib/apr-util/Makefile.in.orig Wed Apr 4 12:27:42 2001
++++ srclib/apr-util/Makefile.in Sun Apr 8 03:34:15 2001
+@@ -22,8 +22,8 @@
+
+ prefix=@prefix@
+ exec_prefix=@exec_prefix@
+-libdir=@libdir@
+-includedir=@includedir@
++libdir=$(prefix)/lib
++includedir=$(prefix)/include/apache
+
+ delete-lib:
+ @if test -f $(TARGET_LIB); then \
+@@ -43,7 +43,7 @@
+ if [ ! -d $(libdir) ]; then \
+ @APR_SOURCE_DIR@/build/mkdir.sh $(libdir); \
+ fi; \
+- libtool --mode=install cp $(TARGET_LIB) $(libdir)
++ ../../libtool --mode=install cp $(TARGET_LIB) $(libdir)
+
+ $(TARGET_LIB):
+ @objects="`find $(SUBDIRS) -name '*.lo'`" ; \
OpenPOWER on IntegriCloud