diff options
author | Fabian Groffen <grobian@gentoo.org> | 2010-05-19 20:39:53 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2010-05-19 20:39:53 +0000 |
commit | a5b67a73194d3b74100342b8ee47dfb81732aaa8 (patch) | |
tree | 4b24ca35081fc4c4f040d84b6fa19518dc9099b6 | |
parent | Fixed compilation on Darwin 8 (OSX 10.4) by not defining _XOPEN_SOURCE at all. (diff) | |
download | gentoo-2-a5b67a73194d3b74100342b8ee47dfb81732aaa8.tar.gz gentoo-2-a5b67a73194d3b74100342b8ee47dfb81732aaa8.tar.bz2 gentoo-2-a5b67a73194d3b74100342b8ee47dfb81732aaa8.zip |
fix whitespace
(Portage version: 2.2.00.15842-prefix/cvs/Darwin powerpc)
-rw-r--r-- | app-text/poppler/poppler-0.12.4-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/poppler/poppler-0.12.4-r3.ebuild b/app-text/poppler/poppler-0.12.4-r3.ebuild index 915c9700eade..f6b6a5dfff30 100644 --- a/app-text/poppler/poppler-0.12.4-r3.ebuild +++ b/app-text/poppler/poppler-0.12.4-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/poppler-0.12.4-r3.ebuild,v 1.3 2010/05/19 20:38:58 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/poppler-0.12.4-r3.ebuild,v 1.4 2010/05/19 20:39:53 grobian Exp $ EAPI="2" @@ -63,7 +63,7 @@ src_prepare() { # configure, since it typically is good at knowing this), I need to take # this upstream still, configure and cmake conflict in this regard. [[ ${CHOST} == *-darwin8 ]] && \ - sed -i -e '/add_definitions/d' cmake/modules/PopplerMacros.cmake + sed -i -e '/add_definitions/d' cmake/modules/PopplerMacros.cmake } src_configure() { |