summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Nigbur <pyrania@gentoo.org>2004-11-07 10:32:13 +0000
committerMarkus Nigbur <pyrania@gentoo.org>2004-11-07 10:32:13 +0000
commit31366f98187b5a551a1ed9dad7af6201c33b1e09 (patch)
treef9ef4c4087737929a1637af33d0f2d35e19bfa3f /dev-libs/hashit
parenterr, not unstable, stable, duh. (Manifest recommit) (diff)
downloadgentoo-2-31366f98187b5a551a1ed9dad7af6201c33b1e09.tar.gz
gentoo-2-31366f98187b5a551a1ed9dad7af6201c33b1e09.tar.bz2
gentoo-2-31366f98187b5a551a1ed9dad7af6201c33b1e09.zip
Added --enable-REENTRANT.
Diffstat (limited to 'dev-libs/hashit')
-rw-r--r--dev-libs/hashit/ChangeLog5
-rw-r--r--dev-libs/hashit/hashit-0.9.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/hashit/ChangeLog b/dev-libs/hashit/ChangeLog
index 32413bd92465..406bae3e0a4f 100644
--- a/dev-libs/hashit/ChangeLog
+++ b/dev-libs/hashit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/hashit
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/hashit/ChangeLog,v 1.5 2004/11/06 10:30:19 pyrania Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/hashit/ChangeLog,v 1.6 2004/11/07 10:32:13 pyrania Exp $
+
+ 07 Nov 2004; <pyrania@gentoo.org> hashit-0.9.3.ebuild:
+ Added --enable-REENTRANT.
06 Nov 2004; <pyrania@gentoo.org> -hashit-0.9.1.ebuild,
hashit-0.9.3.ebuild:
diff --git a/dev-libs/hashit/hashit-0.9.3.ebuild b/dev-libs/hashit/hashit-0.9.3.ebuild
index ab7007032a6b..6a53d4b02fa8 100644
--- a/dev-libs/hashit/hashit-0.9.3.ebuild
+++ b/dev-libs/hashit/hashit-0.9.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/hashit/hashit-0.9.3.ebuild,v 1.3 2004/11/06 10:30:19 pyrania Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/hashit/hashit-0.9.3.ebuild,v 1.4 2004/11/07 10:32:13 pyrania Exp $
DESCRIPTION="Hashit is a library of generic hash tables that supports different collision handling methods with one common interface. Both data and keys can be of any type. It is small and easy to use."
HOMEPAGE="http://www.pleyades.net/david/projects/"
@@ -14,7 +14,7 @@ DEPEND="virtual/libc"
src_unpack() {
unpack ${A}
cd ${S}
- ./0 --prefix=${D}/usr --infodir=${D}/usr/share/info:${D}/usr/X11R6/info
+ ./0 --prefix=${D}/usr --infodir=${D}/usr/share/info:${D}/usr/X11R6/info --enable-REENTRANT
}
src_compile() {