Commit bba64f6f authored by Michał Siwek's avatar Michał Siwek

Merge pull request #44 from jbaum98/ffcall_fix

ffcall formula fix
parents bac3e973 bc36e8e0
......@@ -6,7 +6,7 @@ class Ffcall < Package
source_sha1 '6b4fdc7bd38b434bbf3d65508a3d117fc8b349f3'
def self.build
system "./configure --libdir=/usr/local/lib64/ CC=\"gcc -m64\" CFLAGS=\" -fPIC\""
system "./configure --prefix=/usr/local --libdir=/usr/local/lib64/ CC=\"gcc -m64\" CFLAGS=\" -fPIC\""
system "make"
end
......
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