summaryrefslogtreecommitdiff
path: root/app-portage/hackport/files/hackport-0.6.3-missing-ffi.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-16 09:32:48 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-16 09:32:48 +0100
commit9ee6d97c2883d42f204a533a8bc1f4562df778fb (patch)
treeb690ddc0ca30f1472887edbb0b8313629bfcbbb2 /app-portage/hackport/files/hackport-0.6.3-missing-ffi.patch
parentb17a3ef12038de50228bade1f05502c74e135321 (diff)
gentoo resync : 16.09.2020
Diffstat (limited to 'app-portage/hackport/files/hackport-0.6.3-missing-ffi.patch')
-rw-r--r--app-portage/hackport/files/hackport-0.6.3-missing-ffi.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/app-portage/hackport/files/hackport-0.6.3-missing-ffi.patch b/app-portage/hackport/files/hackport-0.6.3-missing-ffi.patch
deleted file mode 100644
index 21c848ab53c5..000000000000
--- a/app-portage/hackport/files/hackport-0.6.3-missing-ffi.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 4264f8bc91dabce03ac858388358ff5f4c6db8df Mon Sep 17 00:00:00 2001
-From: Sergei Trofimovich <slyfox@gentoo.org>
-Date: Sat, 25 Jan 2020 23:52:58 +0000
-Subject: [PATCH 2/3] hackport.cabal: add missing ForeignFunctionInterface
- extension
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-gcc-8.0 does not enable `ForeignFunctionInterface` by default.
-
-Reported-by: Toralf Förster
-Bug: https://bugs.gentoo.org/704778
-Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
----
- hackport.cabal | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/hackport.cabal b/hackport.cabal
-index 049933e00..70928fe6b 100644
---- a/hackport.cabal
-+++ b/hackport.cabal
-@@ -70,6 +70,7 @@ Executable hackport
- DoAndIfThenElse,
- EmptyDataDecls,
- ExistentialQuantification,
-+ ForeignFunctionInterface,
- FlexibleContexts,
- FlexibleInstances,
- GADTs,
---
-2.25.0
-