aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2013-08-08 22:16:55 +0100
committerMike McQuaid2013-08-08 22:16:55 +0100
commit486417b9922fb52c9a809799d8a4c825e5484d65 (patch)
treeb7877f4cf127e2ea8b0f2ed3eaa6751745aa4581 /Library/Formula
parentfee0e92735bd76aceeac846ffeb3802c8c3f12fa (diff)
downloadhomebrew-486417b9922fb52c9a809799d8a4c825e5484d65.tar.bz2
gpac: fix X11 typo.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gpac.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gpac.rb b/Library/Formula/gpac.rb
index eb626116c..1e09ecfb2 100644
--- a/Library/Formula/gpac.rb
+++ b/Library/Formula/gpac.rb
@@ -38,7 +38,7 @@ class Gpac < Formula
if build.with? 'x11'
# gpac build system is barely functional
- args << "--extra-cflags=-I#{MacOS::X11.include}",
+ args << "--extra-cflags=-I#{MacOS::X11.include}"
# Force detection of X libs on 64-bit kernel
args << "--extra-ldflags=-L#{MacOS::X11.lib}"
end