From 69e5cf72e291cbb6b870fabed188a5de81eca66e Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Thu, 24 Nov 2011 06:00:08 +0000 Subject: [PATCH] - explicit option WITH_IMLIB Ths eliminates autodetections problems Feature safe: yes --- graphics/gimageview/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/gimageview/Makefile b/graphics/gimageview/Makefile index 8bcb2631eb6f..194dc355ccf5 100644 --- a/graphics/gimageview/Makefile +++ b/graphics/gimageview/Makefile @@ -30,7 +30,8 @@ OPTIONS= SPLASH "Show splash on startup" on \ LIBRSVG2 "Build with librsvg-2 support" on \ LIBEXIF "Build with libexif support" on \ MPLAYER "Build with Mplayer support" on \ - LIBXINE "Build with Xine support" off + LIBXINE "Build with Xine support" off \ + IMLIB "Build with imlib instead of gdk-pixbuf" off USE_GNOME= gtk20 USE_XORG= xinerama ice @@ -51,10 +52,9 @@ CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .endif -.if ${HAVE_GNOME:Mimlib}!="" +.if defined(WITH_IMLIB) USE_GNOME+= imlib PKGNAMESUFFIX= -imlib -WITH_IMLIB= yes CONFIGURE_ARGS+= --disable-gdk-pixbuf .endif