Refs Homebrew/homebrew#10419; Fixes this issue, but still doesn't build

This commit is contained in:
Max Howell 2012-02-26 14:28:48 +00:00
parent ddf6213611
commit a4aaf37c3c

View file

@ -34,9 +34,12 @@ class Gpac < Formula
def install
ENV.deparallelize
args = ["--disable-wx",
"--prefix=#{prefix}",
"--mandir=#{man}",
# gpac build system is barely functional
"--extra-cflags=-I/usr/X11/include",
# Force detection of X libs on 64-bit kernel
"--extra-ldflags=-L/usr/X11/lib"]
args << "--use-ffmpeg=no" unless ARGV.build_head?