diff options
Diffstat (limited to 'homebrew/crm114/.make.sh-auto')
-rw-r--r-- | homebrew/crm114/.make.sh-auto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/crm114/.make.sh-auto b/homebrew/crm114/.make.sh-auto new file mode 100644 index 000000000..4ed71d97d --- /dev/null +++ b/homebrew/crm114/.make.sh-auto @@ -0,0 +1,5 @@ +pkg:setup +ENV.append "CFLAGS", "-std=gnu89" +inreplace "Makefile", "LDFLAGS += -static -static-libgcc", "" +bin.mkpath +make prefix=${PKG_TAPF} DESTDIR=${PKG_DEST} install |