diff options
Diffstat (limited to 'homebrew/p7zip/.make.sh-auto')
-rw-r--r-- | homebrew/p7zip/.make.sh-auto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/homebrew/p7zip/.make.sh-auto b/homebrew/p7zip/.make.sh-auto new file mode 100644 index 000000000..d50b2e16e --- /dev/null +++ b/homebrew/p7zip/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +mv "makefile.macosx_llvm_64bits", "makefile.machine" +make all3 CC=${PKG_TARG}-clang $(ALLFLAGS) CXX=${PKG_TARG}-clang++ $(ALLFLAGS) +make DEST_HOME=${PKG_TAPF} DEST_MAN=${PKG_TAPF}/share/man DESTDIR=${PKG_DEST} install |