diff options
Diffstat (limited to 'sci-visualization/opendx/opendx-4.3.2-r1.ebuild')
-rw-r--r-- | sci-visualization/opendx/opendx-4.3.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-visualization/opendx/opendx-4.3.2-r1.ebuild b/sci-visualization/opendx/opendx-4.3.2-r1.ebuild index dbf418dcaf66..8c9ff5215865 100644 --- a/sci-visualization/opendx/opendx-4.3.2-r1.ebuild +++ b/sci-visualization/opendx/opendx-4.3.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/opendx/opendx-4.3.2-r1.ebuild,v 1.3 2007/07/19 08:11:02 je_fro Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/opendx/opendx-4.3.2-r1.ebuild,v 1.4 2007/07/19 08:16:32 je_fro Exp $ # Set SMP="no" to force disable of SMP compilation. # Set SMP="yes" to force enable of SMP compilation. @@ -60,7 +60,7 @@ smp_check() { src_compile() { if has_version '>=sys-kernel/linux-headers-2.6.19' ; then - epatch ${FILESDIR}/opendx-sys.h.patch || die "Failed to apply sys.h patch." + epatch ${FILESDIR}/${P}-sys.h.patch || die "Failed to apply sys.h patch." fi eautoreconf || die "Failed running eautoreconf." |