projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7368c33
)
media-gfx/sxiv: update live ebuild
author
Tim Harder
<radhermit@gentoo.org>
Thu, 12 Oct 2017 17:32:23 +0000
(12:32 -0500)
committer
Tim Harder
<radhermit@gentoo.org>
Thu, 12 Oct 2017 17:33:05 +0000
(12:33 -0500)
media-gfx/sxiv/sxiv-9999.ebuild
patch
|
blob
|
history
diff --git
a/media-gfx/sxiv/sxiv-9999.ebuild
b/media-gfx/sxiv/sxiv-9999.ebuild
index 3e670c67d76c97803991da40e8347c27ae21857e..97e80c6e0ef635b4dca5f84e3b98f0513a9b92e2 100644
(file)
--- a/
media-gfx/sxiv/sxiv-9999.ebuild
+++ b/
media-gfx/sxiv/sxiv-9999.ebuild
@@
-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() {