gpac - fix x11 library for 64-bit kernels
This commit is contained in:
parent
c93ad10615
commit
7983e0161f
1 changed files with 3 additions and 1 deletions
|
@ -22,7 +22,9 @@ class Gpac <Formula
|
|||
system "chmod +x configure"
|
||||
system "./configure", "--disable-wx", "--use-ffmpeg=no",
|
||||
"--prefix=#{prefix}",
|
||||
"--mandir=#{man}"
|
||||
"--mandir=#{man}",
|
||||
# Force detection of X libs on 64-bit kernel
|
||||
"--extra-ldflags=-L/usr/X11/lib"
|
||||
system "make"
|
||||
system "make install"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue