diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-13 20:53:47 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-13 20:53:47 +0100 |
commit | 70fcf873ff7065e4f3345aa566f16e3358573780 (patch) | |
tree | c16e61ad5f3efdd1b17e025af8a4ef6685c694ca /package/libffi/patches/patch-Makefile_in | |
parent | a7bb6b48448e96e432e6cc3d6e99cb9fd98af8f8 (diff) | |
parent | e54d2ebe4cbf9e455dd9b6356867f0087f5436e1 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libffi/patches/patch-Makefile_in')
-rw-r--r-- | package/libffi/patches/patch-Makefile_in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/libffi/patches/patch-Makefile_in b/package/libffi/patches/patch-Makefile_in new file mode 100644 index 000000000..e7888ea74 --- /dev/null +++ b/package/libffi/patches/patch-Makefile_in @@ -0,0 +1,10 @@ +--- libffi-3.0.9.orig/Makefile.in 2009-12-31 13:41:43.000000000 +0100 ++++ libffi-3.0.9/Makefile.in 2010-01-08 16:59:03.198809559 +0100 +@@ -446,6 +446,7 @@ AM_MAKEFLAGS = \ + "RUNTESTFLAGS=$(RUNTESTFLAGS)" \ + "SHELL=$(SHELL)" \ + "exec_prefix=$(exec_prefix)" \ ++ "includesdir=$(prefix)/include" \ + "infodir=$(infodir)" \ + "libdir=$(libdir)" \ + "prefix=$(prefix)" \ |