diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2015-04-22 19:20:43 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | c391708720a0bbf4b9e388ef4328014c596e0ff5 (patch) | |
tree | 9e492bc6382dea05643cecf7e9eedacb5069db2c /libraries/evas | |
parent | d70cc4af7d43bf5bd19b6ab34e49e9b7a448545b (diff) |
libraries/evas: Disable the gif modules as suggested upstream.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/evas')
-rw-r--r-- | libraries/evas/evas.SlackBuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/evas/evas.SlackBuild b/libraries/evas/evas.SlackBuild index ab45c91bffe4..0a3e86e277bb 100644 --- a/libraries/evas/evas.SlackBuild +++ b/libraries/evas/evas.SlackBuild @@ -68,6 +68,8 @@ 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 {} \; +# disable the gif module as upstream seems to have labeled this as won't fix +# http://lists.enlightenment.fr/enlightenment-bugs/2012/08/4637.html CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ LDFLAGS="-L/usr/lib${LIBDIRSUFFIX}" \ @@ -79,6 +81,7 @@ LDFLAGS="-L/usr/lib${LIBDIRSUFFIX}" \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --build=$ARCH-slackware-linux \ + --disable-image-loader-gif \ --disable-static make |