summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-01-13 21:04:00 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-01-13 21:04:00 +0000
commit01463ba87ddf73b23e74410523f6c05122377099 (patch)
tree72954a2de61fc330db5e459bc0ff14d8a82e9a6d /dev-util/cvs
parentmarking stable x86 (diff)
downloadgentoo-2-01463ba87ddf73b23e74410523f6c05122377099.tar.gz
gentoo-2-01463ba87ddf73b23e74410523f6c05122377099.tar.bz2
gentoo-2-01463ba87ddf73b23e74410523f6c05122377099.zip
"Disable" NLS support; CVS is not using NLS support, and by leaving it to autodetect it makes it link against extra libraries while not using glibc.
(Portage version: 2529-svn)
Diffstat (limited to 'dev-util/cvs')
-rw-r--r--dev-util/cvs/ChangeLog8
-rw-r--r--dev-util/cvs/cvs-1.12.12-r2.ebuild5
2 files changed, 9 insertions, 4 deletions
diff --git a/dev-util/cvs/ChangeLog b/dev-util/cvs/ChangeLog
index 0bcc94075cca..81f0c1f53c0d 100644
--- a/dev-util/cvs/ChangeLog
+++ b/dev-util/cvs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/cvs
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cvs/ChangeLog,v 1.98 2005/09/04 11:00:37 hardave Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cvs/ChangeLog,v 1.99 2006/01/13 21:04:00 flameeyes Exp $
+
+ 13 Jan 2006; Diego Pettenò <flameeyes@gentoo.org> cvs-1.12.12-r2.ebuild:
+ "Disable" NLS support; CVS is not using NLS support, and by leaving it to
+ autodetect it makes it link against extra libraries while not using glibc.
04 Sep 2005; Hardave Riar <hardave@gentoo.org> cvs-1.12.12-r2.ebuild:
Stable on mips, bug #103661.
diff --git a/dev-util/cvs/cvs-1.12.12-r2.ebuild b/dev-util/cvs/cvs-1.12.12-r2.ebuild
index 1540d3df543c..4f726193b8b4 100644
--- a/dev-util/cvs/cvs-1.12.12-r2.ebuild
+++ b/dev-util/cvs/cvs-1.12.12-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cvs/cvs-1.12.12-r2.ebuild,v 1.12 2005/09/04 11:00:37 hardave Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cvs/cvs-1.12.12-r2.ebuild,v 1.13 2006/01/13 21:04:00 flameeyes Exp $
inherit eutils pam
@@ -33,6 +33,7 @@ src_compile() {
econf \
--with-external-zlib \
--with-tmpdir=/tmp \
+ --disable-nls \
`use_enable crypt encryption` \
`use_enable pam` \
|| die