diff options
| author | Max Howell | 2012-09-13 12:10:01 -0400 |
|---|---|---|
| committer | Max Howell | 2012-09-13 12:13:36 -0400 |
| commit | 07f460b0583495771789700aebc2a3fba0a10cbc (patch) | |
| tree | 905b966e03fb86c4810db1657e8675e3c1a7ba72 /Library/Formula | |
| parent | 23f7a06a77edfce1860ae9299175cb9e339423b6 (diff) | |
| download | homebrew-07f460b0583495771789700aebc2a3fba0a10cbc.tar.bz2 | |
Don't add GL paths to superenv if depends_on X
Fixes #14780.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gpac.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gpac.rb b/Library/Formula/gpac.rb index f7862afb2..d3f5404a9 100644 --- a/Library/Formula/gpac.rb +++ b/Library/Formula/gpac.rb @@ -41,7 +41,7 @@ class Gpac < Formula # Force detection of X libs on 64-bit kernel "--extra-ldflags=-L#{MacOS::X11.lib}"] - system "chmod +x configure" + chmod 0700, "configure" system "./configure", *args system "make" system "make install" |
