misc/megatunix: Fixed build failure.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2016-03-18 00:10:28 +00:00 committed by Willy Sudiarto Raharjo
parent 3cd0b8f26d
commit 02b9f24701
1 changed files with 5 additions and 0 deletions

View File

@ -63,6 +63,11 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
sed -i \
-e 's/LIBGLADE_LIBS+="-Wl,--export-dynamic"/LIBGLADE_LIBS+=" -Wl,--export-dynamic"/' \
configure.ac
autoreconf -vif
# Starting with glib 2.32 it is now mandatory to
# include glib.h instead of individual headers.
patch -p1 -i $CWD/glib-single-include.patch