diff options
author | 2012-05-13 16:50:58 +0000 | |
---|---|---|
committer | 2012-05-13 16:50:58 +0000 | |
commit | 2e01be7d799c2c2de8e14ffc799479322a2ca466 (patch) | |
tree | 6ade4ccb95e0c8458b34f3424cf1a8e4426290b4 /app-text/mupdf | |
parent | Update SRC_URI. Bug #415677 thanks to df <demmamussabebonk@gmail.com> (diff) | |
download | gentoo-2-2e01be7d799c2c2de8e14ffc799479322a2ca466.tar.gz gentoo-2-2e01be7d799c2c2de8e14ffc799479322a2ca466.tar.bz2 gentoo-2-2e01be7d799c2c2de8e14ffc799479322a2ca466.zip |
Force sane CFLAGS and LDFLAGS for non-Linux platforms, bug #415761
(Portage version: 2.2.01.20430-prefix/cvs/Darwin i386)
Diffstat (limited to 'app-text/mupdf')
-rw-r--r-- | app-text/mupdf/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/mupdf/mupdf-1.0.ebuild | 4 | ||||
-rw-r--r-- | app-text/mupdf/mupdf-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-text/mupdf/ChangeLog b/app-text/mupdf/ChangeLog index e9d2f8cd99a5..85ddb7a78faa 100644 --- a/app-text/mupdf/ChangeLog +++ b/app-text/mupdf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/mupdf # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/ChangeLog,v 1.39 2012/05/13 16:04:09 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/ChangeLog,v 1.40 2012/05/13 16:50:58 grobian Exp $ + + 13 May 2012; Fabian Groffen <grobian@gentoo.org> mupdf-1.0.ebuild, + mupdf-9999.ebuild: + Force sane CFLAGS and LDFLAGS for non-Linux platforms, bug #415761 13 May 2012; Michael Weber <xmw@gentoo.org> mupdf-9999.ebuild: Use newer buildsystem patch. diff --git a/app-text/mupdf/mupdf-1.0.ebuild b/app-text/mupdf/mupdf-1.0.ebuild index 20451c849605..109be73d114a 100644 --- a/app-text/mupdf/mupdf-1.0.ebuild +++ b/app-text/mupdf/mupdf-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-1.0.ebuild,v 1.2 2012/05/04 03:33:12 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-1.0.ebuild,v 1.3 2012/05/13 16:50:58 grobian Exp $ EAPI=4 @@ -37,7 +37,7 @@ src_prepare() { src_compile() { use X || my_nox11="NOX11=yes MUPDF= " - emake CC="$(tc-getCC)" \ + emake CC="$(tc-getCC)" OS=Linux \ build=debug verbose=true ${my_nox11} -j1 } diff --git a/app-text/mupdf/mupdf-9999.ebuild b/app-text/mupdf/mupdf-9999.ebuild index bfec0c5559a1..5804a3536fa1 100644 --- a/app-text/mupdf/mupdf-9999.ebuild +++ b/app-text/mupdf/mupdf-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-9999.ebuild,v 1.19 2012/05/13 16:04:09 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-9999.ebuild,v 1.20 2012/05/13 16:50:58 grobian Exp $ EAPI=4 @@ -36,7 +36,7 @@ src_prepare() { src_compile() { use X || my_nox11="NOX11=yes MUPDF= " - emake CC="$(tc-getCC)" \ + emake CC="$(tc-getCC)" OS=Linux \ build=debug verbose=true ${my_nox11} -j1 } |