summaryrefslogtreecommitdiff
path: root/homebrew/ace/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/ace/.make.sh-auto')
-rw-r--r--homebrew/ace/.make.sh-auto8
1 files changed, 8 insertions, 0 deletions
diff --git a/homebrew/ace/.make.sh-auto b/homebrew/ace/.make.sh-auto
new file mode 100644
index 000000000..86d1c7681
--- /dev/null
+++ b/homebrew/ace/.make.sh-auto
@@ -0,0 +1,8 @@
+pkg:setup
+ln_sf "config-macosx.h", "ace/config.h"
+ln_sf "platform_macosx.GNU", "include/makeinclude/platform_macros.GNU"
+ENV["ACE_ROOT"] = buildpath
+ENV["DYLD_LIBRARY_PATH"] = "#{buildpath}/lib"
+make -C ace -f GNUmakefile.ACE INSTALL_PREFIX=${PKG_TAPF} LDFLAGS= DESTDIR= INST_DIR=/ace debug=0 shared_libs=1 static_libs=0 DESTDIR=${PKG_DEST} install
+make -C examples
+pkgshare.install "examples"