gpac - fix x11 library for 64-bit kernels

This commit is contained in:
Adam Vandenberg 2010-12-26 12:22:34 -08:00
parent c93ad10615
commit 7983e0161f

View file

@ -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