aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/wine.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/wine.rb b/Library/Formula/wine.rb
index 087a7b270..67da38b86 100644
--- a/Library/Formula/wine.rb
+++ b/Library/Formula/wine.rb
@@ -101,6 +101,7 @@ class Wine < Formula
end
# Workarounds for XCode not including pkg-config files
+ # FIXME we include pkg-config files for libxml2 and libxslt. Is this really necessary?
ENV.libxml2
ENV.append "LDFLAGS", "-lxslt"