diff options
Diffstat (limited to 'homebrew/moe/.make.sh-auto')
-rw-r--r-- | homebrew/moe/.make.sh-auto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/homebrew/moe/.make.sh-auto b/homebrew/moe/.make.sh-auto new file mode 100644 index 000000000..89ac2595f --- /dev/null +++ b/homebrew/moe/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +inreplace "window_vector.cc", "{ year_string.insert( 0U, 1,", "{ year_string.insert( 0U, 1U," +pkg:configure +make DESTDIR=${PKG_DEST} install |