summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/zlib
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2010-12-29 16:51:07 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2010-12-29 16:51:07 +0000
commite1ffdff6964514515fc640544ccb39e2140d4ca5 (patch)
treea09eb9d6fe3135a60e20727b8f5dc36053bfd104 /sdk/recipes/patches/zlib
parenta22da7444bb8db2d988e3074fc90c05066726e79 (diff)
downloadtoolchains-e1ffdff6964514515fc640544ccb39e2140d4ca5.tar.gz
toolchains-e1ffdff6964514515fc640544ccb39e2140d4ca5.tar.bz2
Build runes for an SDK containing the upstream packages we need
svn path=/toolchains/; revision=11136
Diffstat (limited to 'sdk/recipes/patches/zlib')
-rw-r--r--sdk/recipes/patches/zlib/Makefile.in.p12
1 files changed, 12 insertions, 0 deletions
diff --git a/sdk/recipes/patches/zlib/Makefile.in.p b/sdk/recipes/patches/zlib/Makefile.in.p
new file mode 100644
index 0000000..3d0f7a3
--- /dev/null
+++ b/sdk/recipes/patches/zlib/Makefile.in.p
@@ -0,0 +1,12 @@
+--- Makefile.in.old 2010-12-29 00:23:58.000000000 +0000
++++ Makefile.in 2010-12-29 00:25:00.000000000 +0000
+@@ -168,7 +168,9 @@
+ -@if [ ! -d $(DESTDIR)$(man3dir) ]; then mkdir -p $(DESTDIR)$(man3dir); fi
+ -@if [ ! -d $(DESTDIR)$(pkgconfigdir) ]; then mkdir -p $(DESTDIR)$(pkgconfigdir); fi
+ cp $(STATICLIB) $(DESTDIR)$(libdir)
++ifneq ($(SHAREDLIBV),)
+ cp $(SHAREDLIBV) $(DESTDIR)$(sharedlibdir)
++endif
+ cd $(DESTDIR)$(libdir); chmod u=rw,go=r $(STATICLIB)
+ -@(cd $(DESTDIR)$(libdir); $(RANLIB) libz.a || true) >/dev/null 2>&1
+ -@cd $(DESTDIR)$(sharedlibdir); if test "$(SHAREDLIBV)" -a -f $(SHAREDLIBV); then \