Added libffi-3.0.8 build template.
--HG-- extra : convert_revision : 178efce294774a97a1ead92333e62ea1f7850786
This commit is contained in:
parent
de8d9e294f
commit
95d2cd5caf
5 changed files with 62 additions and 0 deletions
11
templates/libffi/patches/fix_includedir_path.diff
Normal file
11
templates/libffi/patches/fix_includedir_path.diff
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- include/Makefile.in.orig 2009-11-17 03:20:27.967671016 +0100
|
||||
+++ include/Makefile.in 2009-11-17 03:21:20.354047994 +0100
|
||||
@@ -185,7 +185,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 = @prefix@/include
|
||||
nodist_includes_HEADERS = ffi.h ffitarget.h
|
||||
all: all-am
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue