blob: 9970aebf8fe3db3b090a595a38a65e9f064758a7 (
plain)
1
2
3
4
5
6
7
|
pkg:setup
args = ["--disable-dependency-tracking", "--disable-antlrdebug", "--prefix=#{prefix}", "--enable-64bit"]
pkg:configure *args
inreplace "Makefile" do |s|
cflags = s.get_make_var "CFLAGS"
cflags = cflags << " -fexceptions"
s.change_make_var! "CFLAGS", cflags
|