summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRainer Groesslinger <scandium@gentoo.org>2004-03-06 21:15:24 +0000
committerRainer Groesslinger <scandium@gentoo.org>2004-03-06 21:15:24 +0000
commit15920fe2d93daee9bc5bb91128f10aeec60769b7 (patch)
treef1adf1fa48a64926b220273ad00ef0658702d55a /dev-dotnet
parentUpdated the compatibility patch to fix some <linux/i2c.h> issues with DirectF... (diff)
downloadgentoo-2-15920fe2d93daee9bc5bb91128f10aeec60769b7.tar.gz
gentoo-2-15920fe2d93daee9bc5bb91128f10aeec60769b7.tar.bz2
gentoo-2-15920fe2d93daee9bc5bb91128f10aeec60769b7.zip
use "have_NPTL" instead of "if use nptl;"
Diffstat (limited to 'dev-dotnet')
-rw-r--r--dev-dotnet/pnet/pnet-0.6.2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-dotnet/pnet/pnet-0.6.2.ebuild b/dev-dotnet/pnet/pnet-0.6.2.ebuild
index 4435b7200ac4..850eb5992b1d 100644
--- a/dev-dotnet/pnet/pnet-0.6.2.ebuild
+++ b/dev-dotnet/pnet/pnet-0.6.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnet/pnet-0.6.2.ebuild,v 1.3 2004/01/30 22:39:03 scandium Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnet/pnet-0.6.2.ebuild,v 1.4 2004/03/06 21:15:24 scandium Exp $
DESCRIPTION="Portable .NET runtime, compiler, tools"
HOMEPAGE="http://www.dotgnu.org/"
@@ -19,8 +19,8 @@ src_unpack() {
# Small patch to fix compilation on system which have nptl built into glibc
unpack ${A}
cd ${S}
- if use nptl; then
- epatch ${FILESDIR}/pt_defs.h.diff
+ if have_NPTL; then
+ epatch ${FILESDIR}/pt_defs.h.diff
fi
}