summaryrefslogtreecommitdiff
path: root/homebrew/dbxml/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/dbxml/.make.sh-auto')
-rw-r--r--homebrew/dbxml/.make.sh-auto6
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/dbxml/.make.sh-auto b/homebrew/dbxml/.make.sh-auto
new file mode 100644
index 000000000..2324792ad
--- /dev/null
+++ b/homebrew/dbxml/.make.sh-auto
@@ -0,0 +1,6 @@
+pkg:setup
+ENV.cxx11
+inreplace "dbxml/configure" do |s|
+s.gsub! "lib/libdb-*.la | sed -e 's\/.*db-\\\(.*\\\).la", "lib/libdb-*.a | sed -e 's/.*db-\\(.*\\).a"
+s.gsub! "lib/libdb-*.la", "lib/libdb-*.a"
+s.gsub! "libz.a", "libz.dylib"