aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/xerces-c.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/xerces-c.rb b/Library/Formula/xerces-c.rb
index 6de9dbbb6..69018c821 100644
--- a/Library/Formula/xerces-c.rb
+++ b/Library/Formula/xerces-c.rb
@@ -9,5 +9,8 @@ class XercesC < Formula
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"
+ # Remove a sample program that conflicts with libmemcached
+ # on case-insensitive file systems
+ (bin/"MemParse").unlink
end
end