diff options
author | Ian Lynagh <igloo@earth.li> | 2010-05-04 17:16:03 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-05-04 17:16:03 +0000 |
commit | 5b9c4a01ed7539b4f894c491178962ecb7295c4e (patch) | |
tree | 65eb1c278b7d1b408ca14b37fb6b07437f46f979 /libffi/ghc.mk | |
parent | c145089cc51ada7f739b03a69c322b1c3cbe035e (diff) | |
download | haskell-5b9c4a01ed7539b4f894c491178962ecb7295c4e.tar.gz |
The libffi patches are no longer needed
Diffstat (limited to 'libffi/ghc.mk')
-rw-r--r-- | libffi/ghc.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libffi/ghc.mk b/libffi/ghc.mk index 3e00db2f5f..a41512a983 100644 --- a/libffi/ghc.mk +++ b/libffi/ghc.mk @@ -117,10 +117,6 @@ $(libffi_STAMP_CONFIGURE): cat ghc-tarballs/libffi/libffi*.tar.gz | $(GZIP) -d | { cd libffi && $(TAR) -xf - ; } mv libffi/libffi-* libffi/build chmod +x libffi/ln - cd libffi/build && "$(PATCH)" -p1 < ../libffi.dllize-3.0.8.patch - # This patch is just the resulting delta from running - # automake && autoreconf && libtoolize --force --copy - cd libffi/build && "$(PATCH)" -p1 < ../libffi.autotools-update-3.0.8.patch # Because -Werror may be in SRC_CC_OPTS/SRC_LD_OPTS, we need to turn # warnings off or the compilation of libffi might fail due to warnings |