diff options
author | Aaron Ball <nullspoon@iohq.net> | 2016-01-18 19:25:44 -0700 |
---|---|---|
committer | Aaron Ball <nullspoon@iohq.net> | 2016-01-18 19:25:44 -0700 |
commit | 697335f67e3a12de778a2b5bb34591e0fd6fcc5d (patch) | |
tree | 601e7f37f73ff0227f8bf2438dd2719a3632c982 /mbsync | |
parent | ab9a51d07093118f145b8218a1b820a27a0bc6d2 (diff) | |
download | ports-697335f67e3a12de778a2b5bb34591e0fd6fcc5d.tar.gz ports-697335f67e3a12de778a2b5bb34591e0fd6fcc5d.tar.xz |
isync:Added patch for missing ChangeLog
Diffstat (limited to 'mbsync')
-rw-r--r-- | mbsync/Pkgfile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mbsync/Pkgfile b/mbsync/Pkgfile index fe74abb..01fe39c 100644 --- a/mbsync/Pkgfile +++ b/mbsync/Pkgfile @@ -21,6 +21,11 @@ build() { git checkout $version + # TODO: Maybe remove this at some point. + # This is because the git repo doesn't contain the file ChangeLog, which + # causes autoreconf to fail on Makefile.am. + touch ChangeLog + autoreconf -fi ./configure --prefix=/usr --mandir=/usr/man --disable-compat make |