summaryrefslogtreecommitdiffstats
path: root/archive-libs/zlib/Makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'archive-libs/zlib/Makefile.patch')
-rw-r--r--archive-libs/zlib/Makefile.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/archive-libs/zlib/Makefile.patch b/archive-libs/zlib/Makefile.patch
new file mode 100644
index 0000000000..006a45751c
--- /dev/null
+++ b/archive-libs/zlib/Makefile.patch
@@ -0,0 +1,11 @@
+--- Makefile.in 2004-06-19 23:39:08.637359368 -0700
++++ Makefile.in 2004-06-19 23:39:26.166694504 -0700
+@@ -94,7 +94,7 @@
+ -@if [ ! -d $(includedir) ]; then mkdir -p $(includedir); fi
+ -@if [ ! -d $(libdir) ]; then mkdir -p $(libdir); fi
+ -@if [ ! -d $(man3dir) ]; then mkdir -p $(man3dir); fi
+- cp zlib.h zconf.h $(includedir)
++ cp zlib.h zconf.h zutil.h $(includedir)
+ chmod 644 $(includedir)/zlib.h $(includedir)/zconf.h
+ cp $(LIBS) $(libdir)
+ cd $(libdir); chmod 755 $(LIBS)