From 838ba34414112d674ed917d83bdae7c1a8dafdc6 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 14 Oct 2010 00:21:05 +0200 Subject: make MacOS X works as build system for most of the packages, update some packages to latest stable upstream version --- package/libcapi20/patches/patch-Makefile_in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/libcapi20/patches/patch-Makefile_in (limited to 'package/libcapi20/patches/patch-Makefile_in') diff --git a/package/libcapi20/patches/patch-Makefile_in b/package/libcapi20/patches/patch-Makefile_in new file mode 100644 index 000000000..373f55003 --- /dev/null +++ b/package/libcapi20/patches/patch-Makefile_in @@ -0,0 +1,11 @@ +--- libcapi20-3.0.5-cm.orig/Makefile.in 2008-02-16 17:00:08.000000000 +0100 ++++ libcapi20-3.0.5-cm/Makefile.in 2010-10-06 23:28:41.000000000 +0200 +@@ -361,7 +361,7 @@ distclean-libtool: + -rm -f libtool + install-includeHEADERS: $(include_HEADERS) + @$(NORMAL_INSTALL) +- test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)" ++ test -z "$(DESTDIR)$(includedir)" || mkdir -p "$(DESTDIR)$(includedir)" + @list='$(include_HEADERS)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f=$(am__strip_dir) \ -- cgit v1.2.3