2 changed files with 28 additions and 2 deletions
@ -0,0 +1,24 @@
|
||||
Index: include/Makefile.in
|
||||
--- include/Makefile.in.orig 2009-12-29 16:03:39 +0100
|
||||
+++ include/Makefile.in 2009-12-30 09:39:54 +0100
|
||||
@@ -204,7 +204,7 @@
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
DISTCLEANFILES = ffitarget.h
|
||||
EXTRA_DIST = ffi.h.in ffi_common.h
|
||||
-includesdir = $(libdir)/@PACKAGE_NAME@-@PACKAGE_VERSION@/include
|
||||
+includesdir = $(includedir)
|
||||
nodist_includes_HEADERS = ffi.h ffitarget.h
|
||||
all: all-am
|
||||
|
||||
Index: libffi.pc.in
|
||||
--- libffi.pc.in.orig 2009-12-29 16:02:54 +0100
|
||||
+++ libffi.pc.in 2009-12-30 09:40:12 +0100
|
||||
@@ -1,7 +1,7 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
-includedir=${libdir}/@PACKAGE_NAME@-@PACKAGE_VERSION@/include
|
||||
+includedir=@includedir@
|
||||
|
||||
Name: @PACKAGE_NAME@
|
||||
Description: Library supporting Foreign Function Interfaces
|
Loading…
Reference in new issue