summaryrefslogtreecommitdiff
path: root/package/libcapi20
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-10-14 00:21:05 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-10-14 00:21:05 +0200
commit838ba34414112d674ed917d83bdae7c1a8dafdc6 (patch)
tree4303cceddeb48d74755cbacc0b06eadaf45c1d37 /package/libcapi20
parentb2d07cf71c35790672584d9d7bef255fd5bc554c (diff)
make MacOS X works as build system for most of the packages, update some packages to latest stable upstream version
Diffstat (limited to 'package/libcapi20')
-rw-r--r--package/libcapi20/patches/patch-Makefile_in11
1 files changed, 11 insertions, 0 deletions
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) \