aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libgphoto2.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/libgphoto2.rb b/Library/Formula/libgphoto2.rb
index 8671e5248..a7d59d6e5 100644
--- a/Library/Formula/libgphoto2.rb
+++ b/Library/Formula/libgphoto2.rb
@@ -13,6 +13,7 @@ class Libgphoto2 < Formula
depends_on 'libexif' => :optional
def install
+ ENV.libxml2 # https://sourceforge.net/p/gphoto/bugs/957/; check at 2.5.3
ENV.universal_binary if build.universal?
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}", "CFLAGS=-D_DARWIN_C_SOURCE"