summaryrefslogtreecommitdiff
path: root/dev-scheme/c-wrapper/files/c-wrapper-system-libffi.patch
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2018-07-11 23:29:33 +0900
committerAkinori Hattori <hattya@gentoo.org>2018-07-11 23:39:28 +0900
commitee0c8fbd905fd91c6933f6da1c2a5fcecaed9eb6 (patch)
tree9d292cc4ab263f6e4d6ec3a86f29dc467145fd1f /dev-scheme/c-wrapper/files/c-wrapper-system-libffi.patch
parent89570e7adc06af18dc3a80d4c50ce16e2fa5568b (diff)
downloadgentoo-ee0c8fbd905fd91c6933f6da1c2a5fcecaed9eb6.tar.gz
gentoo-ee0c8fbd905fd91c6933f6da1c2a5fcecaed9eb6.tar.bz2
gentoo-ee0c8fbd905fd91c6933f6da1c2a5fcecaed9eb6.zip
dev-scheme/c-wrapper: respect CFLAGS
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-scheme/c-wrapper/files/c-wrapper-system-libffi.patch')
-rw-r--r--dev-scheme/c-wrapper/files/c-wrapper-system-libffi.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-scheme/c-wrapper/files/c-wrapper-system-libffi.patch b/dev-scheme/c-wrapper/files/c-wrapper-system-libffi.patch
deleted file mode 100644
index 7f79f642cd06..000000000000
--- a/dev-scheme/c-wrapper/files/c-wrapper-system-libffi.patch
+++ /dev/null
@@ -1,33 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -53,6 +53,7 @@
-
- dnl Check for libraries
- dnl Add your macro calls to check required libraries, if you have any.
-+PKG_CHECK_MODULES([FFI], [libffi])
-
- dnl Platform-dependent configuration.
- AC_ARG_ENABLE(objc, [ --enable-objc turn on Objective-C support])
---- a/src/Makefile.in
-+++ b/src/Makefile.in
-@@ -20,9 +20,9 @@
- GAUCHE_PACKAGE = @GAUCHE_PACKAGE@
- INSTALL = @GAUCHE_INSTALL@
-
--CPPFLAGS = -I./libffi/include -DGAUCHE_API_0_8_8 @CPPFLAGS@
-+CPPFLAGS = -DGAUCHE_API_0_8_8 @FFI_CFLAGS@ @CPPFLAGS@
- LDFLAGS = @LDFLAGS@
--LIBS = libffi/.libs/libffi.a @LIBS@
-+LIBS = @FFI_LIBS@ @LIBS@
-
- YACC = @YACC@
-
-@@ -38,7 +38,7 @@
- SCMFILES =
- HEADERS =
-
--TARGET = libffi/.libs/libffi.a $(ARCHFILES)
-+TARGET = $(ARCHFILES)
- GENERATED = libffi
- CONFIG_GENERATED = libffi/Makefile Makefile cwcompile
-