summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn N. Laliberte <allanonjl@gentoo.org>2006-11-03 12:12:02 +0000
committerJohn N. Laliberte <allanonjl@gentoo.org>2006-11-03 12:12:02 +0000
commit516934c5680acc66f2632a4a9eb9aeeabb2d34f7 (patch)
tree048114a13a4d819a6ef3a076984d0dffec8009a8 /dev-libs/glib
parentStable on ppc. Bug #153912 (diff)
downloadgentoo-2-516934c5680acc66f2632a4a9eb9aeeabb2d34f7.tar.gz
gentoo-2-516934c5680acc66f2632a4a9eb9aeeabb2d34f7.tar.bz2
gentoo-2-516934c5680acc66f2632a4a9eb9aeeabb2d34f7.zip
fix blackslash
(Portage version: 2.1.2_rc1-r1)
Diffstat (limited to 'dev-libs/glib')
-rw-r--r--dev-libs/glib/glib-2.10.3-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/glib/glib-2.10.3-r1.ebuild b/dev-libs/glib/glib-2.10.3-r1.ebuild
index 57ae958407b2..3943d198f5bd 100644
--- a/dev-libs/glib/glib-2.10.3-r1.ebuild
+++ b/dev-libs/glib/glib-2.10.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.10.3-r1.ebuild,v 1.1 2006/11/03 03:47:48 allanonjl Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.10.3-r1.ebuild,v 1.2 2006/11/03 12:12:02 allanonjl Exp $
inherit gnome.org libtool eutils flag-o-matic debug
@@ -64,7 +64,7 @@ src_compile() {
econf \
$(use_enable doc gtk-doc) \
${myconf} \
- --with-threads=posix
+ --with-threads=posix \
--enable-static || die "configure failed"
emake || die "make failed"