media-gfx/sxiv: update live ebuild
authorTim Harder <radhermit@gentoo.org>
Thu, 12 Oct 2017 17:32:23 +0000 (12:32 -0500)
committerTim Harder <radhermit@gentoo.org>
Thu, 12 Oct 2017 17:33:05 +0000 (12:33 -0500)
media-gfx/sxiv/sxiv-9999.ebuild

index 3e670c67d76c97803991da40e8347c27ae21857e..97e80c6e0ef635b4dca5f84e3b98f0513a9b92e2 100644 (file)
@@ -39,7 +39,7 @@ src_prepare() {
 }
 
 src_compile() {
-       emake $(usex exif "" NO_LIBEXIF=1) $(usex gif "" NO_GIFLIB=1)
+       emake V=1 HAVE_LIBEXIF=$(usex exif 1 0) HAVE_GIFLIB=$(usex gif 1 0)
 }
 
 src_install() {