diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-01-16 19:36:37 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-01-16 19:42:39 +0000 |
commit | 531f6c680dca3c3248b4e6ef985a270f5f268c45 (patch) | |
tree | 52b22e71c2be72128ac8aff2b85361442c7feefc /dev-util/bnfc/files | |
parent | dev-haskell/yesod-test: bump up to 1.5.0.1 (diff) | |
download | gentoo-531f6c680dca3c3248b4e6ef985a270f5f268c45.tar.gz gentoo-531f6c680dca3c3248b4e6ef985a270f5f268c45.tar.bz2 gentoo-531f6c680dca3c3248b4e6ef985a270f5f268c45.zip |
dev-util/bnfc: tweak for alex-3.1.6
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-util/bnfc/files')
-rw-r--r-- | dev-util/bnfc/files/bnfc-2.8-alex-3.1.6.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dev-util/bnfc/files/bnfc-2.8-alex-3.1.6.patch b/dev-util/bnfc/files/bnfc-2.8-alex-3.1.6.patch new file mode 100644 index 000000000000..e9834830e257 --- /dev/null +++ b/dev-util/bnfc/files/bnfc-2.8-alex-3.1.6.patch @@ -0,0 +1,8 @@ +diff --git a/src/LexBNF.x b/src/LexBNF.x +index 927e15d..aea3386 100644 +--- a/src/LexBNF.x ++++ b/src/LexBNF.x +@@ -11,2 +11,3 @@ import qualified Data.Bits + import Data.Word (Word8) ++import Data.Char (ord) + } |