summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2008-07-02 14:48:41 +0000
committerNed Ludd <solar@gentoo.org>2008-07-02 14:48:41 +0000
commite1047f1dd9bdc24c3b31ff3521d6d97f1f048de7 (patch)
tree0e927f9e15ea764c3a7b8ea23398a8b9f5e77112 /x11-libs/libX11
parent- cross compile love. Disable {C,LD}FLAGS and redefine CC= for 'makekeys' (diff)
downloadgentoo-2-e1047f1dd9bdc24c3b31ff3521d6d97f1f048de7.tar.gz
gentoo-2-e1047f1dd9bdc24c3b31ff3521d6d97f1f048de7.tar.bz2
gentoo-2-e1047f1dd9bdc24c3b31ff3521d6d97f1f048de7.zip
- whitespace
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-libs/libX11')
-rw-r--r--x11-libs/libX11/libX11-1.1.4.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-libs/libX11/libX11-1.1.4.ebuild b/x11-libs/libX11/libX11-1.1.4.ebuild
index d01e336723f8..a2118ace4489 100644
--- a/x11-libs/libX11/libX11-1.1.4.ebuild
+++ b/x11-libs/libX11/libX11-1.1.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libX11/libX11-1.1.4.ebuild,v 1.8 2008/07/02 14:47:17 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libX11/libX11-1.1.4.ebuild,v 1.9 2008/07/02 14:48:41 solar Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -31,9 +31,9 @@ CONFIGURE_OPTIONS="$(use_enable ipv6)
# $(use_enable nls xlocale)
x-modular_src_compile() {
- x-modular_src_configure
+ x-modular_src_configure
# [Cross-Compile Love] Disable {C,LD}FLAGS and redefine CC= for 'makekeys'
( filter-flags -m* ; cd src/util && make CC=$(tc-getBUILD_CC) CFLAGS="${CFLAGS}" LDFLAGS="" clean all)
- x-modular_src_make
+ x-modular_src_make
}