Commit 6b2c61a6 authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #364 from jam7/fix-flex-dep

flex requires yacc or bison.
parents 92b6a4db d90e2bff
...@@ -6,6 +6,7 @@ class Flex < Package ...@@ -6,6 +6,7 @@ class Flex < Package
source_sha1 'cfe10b5de4893ced356adc437e78018e715818c3' source_sha1 'cfe10b5de4893ced356adc437e78018e715818c3'
depends_on 'm4' depends_on 'm4'
depends_on 'bison'
def self.build def self.build
system "./configure --libdir=/usr/local/lib#{SHORTARCH}/ CC=\"gcc -m#{SHORTARCH}\" CFLAGS=\" -fPIC\"" system "./configure --libdir=/usr/local/lib#{SHORTARCH}/ CC=\"gcc -m#{SHORTARCH}\" CFLAGS=\" -fPIC\""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment