diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-10-28 18:39:23 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-10-29 02:18:08 -0400 |
commit | 3c959f793a7a1093f216c345565e751cd2072a56 (patch) | |
tree | 55b675923496eb4b21fcd7a53db326307143e74c /media-gfx/sxiv/sxiv-9999.ebuild | |
parent | dev-ruby/autoprefixer-rails: add 7.1.6 (diff) | |
download | gentoo-3c959f793a7a1093f216c345565e751cd2072a56.tar.gz gentoo-3c959f793a7a1093f216c345565e751cd2072a56.tar.bz2 gentoo-3c959f793a7a1093f216c345565e751cd2072a56.zip |
media-gfx/sxiv: version bump to 24
Diffstat (limited to 'media-gfx/sxiv/sxiv-9999.ebuild')
-rw-r--r-- | media-gfx/sxiv/sxiv-9999.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/media-gfx/sxiv/sxiv-9999.ebuild b/media-gfx/sxiv/sxiv-9999.ebuild index 97e80c6e0ef6..778e21dde204 100644 --- a/media-gfx/sxiv/sxiv-9999.ebuild +++ b/media-gfx/sxiv/sxiv-9999.ebuild @@ -30,16 +30,12 @@ RDEPEND=" DEPEND="${RDEPEND}" src_prepare() { - sed -i '/^LDFLAGS/d' Makefile || die - - tc-export CC - restore_config config.h default } src_compile() { - emake V=1 HAVE_LIBEXIF=$(usex exif 1 0) HAVE_GIFLIB=$(usex gif 1 0) + emake V=1 CC="$(tc-getCC)" HAVE_LIBEXIF=$(usex exif 1 0) HAVE_GIFLIB=$(usex gif 1 0) } src_install() { |