summaryrefslogtreecommitdiff
path: root/dev-scheme/c-wrapper/files/c-wrapper-system-libffi.diff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2018-07-11 23:27:58 +0900
committerAkinori Hattori <hattya@gentoo.org>2018-07-11 23:39:28 +0900
commit89570e7adc06af18dc3a80d4c50ce16e2fa5568b (patch)
treebeeabf9d86e259fc028defd15b708e19bd4609ee /dev-scheme/c-wrapper/files/c-wrapper-system-libffi.diff
parenteb059d256e6cbbdfd0bfeb3e2307f83196b31865 (diff)
downloadgentoo-89570e7adc06af18dc3a80d4c50ce16e2fa5568b.tar.gz
gentoo-89570e7adc06af18dc3a80d4c50ce16e2fa5568b.tar.bz2
gentoo-89570e7adc06af18dc3a80d4c50ce16e2fa5568b.zip
dev-scheme/c-wrapper: update patch
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-scheme/c-wrapper/files/c-wrapper-system-libffi.diff')
-rw-r--r--dev-scheme/c-wrapper/files/c-wrapper-system-libffi.diff33
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-scheme/c-wrapper/files/c-wrapper-system-libffi.diff b/dev-scheme/c-wrapper/files/c-wrapper-system-libffi.diff
deleted file mode 100644
index 7ee9a4011ef3..000000000000
--- a/dev-scheme/c-wrapper/files/c-wrapper-system-libffi.diff
+++ /dev/null
@@ -1,33 +0,0 @@
---- c-wrapper-0.6.1.orig/configure.ac
-+++ c-wrapper-0.6.1/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])
---- c-wrapper-0.6.1.orig/src/Makefile.in
-+++ c-wrapper-0.6.1/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
-