Refs Homebrew/homebrew#10419; Fixes this issue, but still doesn't build
This commit is contained in:
parent
ddf6213611
commit
a4aaf37c3c
1 changed files with 3 additions and 0 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue