wok-next diff advancecomp/stuff/patches/advancecomp.patch @ rev 20443

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
parents 5d404602443f
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/advancecomp/stuff/patches/advancecomp.patch	Sat Feb 24 16:17:33 2018 +0200
     1.3 @@ -0,0 +1,13 @@
     1.4 +--- a/autogen.sh
     1.5 ++++ b/autogen.sh
     1.6 +@@ -8,9 +8,9 @@
     1.7 + 
     1.8 + # Regenerate configuration files
     1.9 + aclocal
    1.10 +-automake --add-missing --force-missing
    1.11 + autoconf
    1.12 + autoheader && touch config.h.in
    1.13 ++automake --add-missing --force-missing
    1.14 + 
    1.15 + # Run configure for this platform
    1.16 + echo "Now you are ready to run ./configure"