aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2015-03-08 13:10:14 -0400
committerJack Nagel2015-03-08 13:12:18 -0400
commitf8e51651e28bc3f0b2371e851a1496c185e78baf (patch)
treea0328d741fb71838dfed8d3d12bc93a94f77c3bc /Library/Formula
parent66ca49fd82d1cf84a2bcbf3e91d2b33629967ce6 (diff)
downloadhomebrew-f8e51651e28bc3f0b2371e851a1496c185e78baf.tar.bz2
libgphoto2: remove workaround for old upstream bug
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libgphoto2.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/libgphoto2.rb b/Library/Formula/libgphoto2.rb
index 3e56a7b8a..78397437d 100644
--- a/Library/Formula/libgphoto2.rb
+++ b/Library/Formula/libgphoto2.rb
@@ -20,7 +20,8 @@ class Libgphoto2 < Formula
def install
ENV.universal_binary if build.universal?
system "./configure", "--disable-dependency-tracking",
- "--prefix=#{prefix}", "CFLAGS=-D_DARWIN_C_SOURCE"
+ "--disable-silent-rules",
+ "--prefix=#{prefix}"
system "make install"
end
end