diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-04-04 10:34:02 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-04-04 10:34:02 +0200 |
commit | 5042ac8e5927d0089d3902b1c37e5bcc1565d053 (patch) | |
tree | cd2be3085808c5ac59dd70f9c610c6a40bfe3ffd /package/libffi/patches/patch-include_Makefile_in | |
parent | 401dabf66529cfb5ab47b4c78d5e25fd493eef1f (diff) | |
parent | 4d569ed1a3305c7b7abe8fa4273cea3b559cc85a (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Conflicts:
BUGS
package/autoconf/Makefile
Diffstat (limited to 'package/libffi/patches/patch-include_Makefile_in')
-rw-r--r-- | package/libffi/patches/patch-include_Makefile_in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/libffi/patches/patch-include_Makefile_in b/package/libffi/patches/patch-include_Makefile_in new file mode 100644 index 000000000..29e406b1e --- /dev/null +++ b/package/libffi/patches/patch-include_Makefile_in @@ -0,0 +1,11 @@ +--- libffi-3.0.9.orig/include/Makefile.in 2009-12-31 13:41:01.000000000 +0100 ++++ libffi-3.0.9/include/Makefile.in 2010-01-08 16:59:54.165484176 +0100 +@@ -203,7 +203,7 @@ top_srcdir = @top_srcdir@ + AUTOMAKE_OPTIONS = foreign + DISTCLEANFILES = ffitarget.h + EXTRA_DIST = ffi.h.in ffi_common.h +-includesdir = $(libdir)/@PACKAGE_NAME@-@PACKAGE_VERSION@/include ++includesdir = $(includesdir) + nodist_includes_HEADERS = ffi.h ffitarget.h + all: all-am + |