fix fbsd reference
authorMike Frysinger <vapier@gentoo.org>
Wed, 17 Jan 2007 06:45:18 +0000 (06:45 +0000)
committerMike Frysinger <vapier@gentoo.org>
Wed, 17 Jan 2007 06:45:18 +0000 (06:45 +0000)
dev-util/strace/strace-4.5.12.ebuild
dev-util/strace/strace-4.5.14.ebuild

index 2db9d67559bd7e46773657a39bb0d0fe739b916b..825bf87c7a86c0955035d543cf512411cf38a1ff 100644 (file)
@@ -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-util/strace/strace-4.5.12.ebuild,v 1.17 2006/06/11 10:05:31 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.12.ebuild,v 1.18 2007/01/17 06:45:18 vapier Exp $
 
 inherit flag-o-matic
 
@@ -19,7 +19,8 @@ src_unpack() {
        unpack ${A}
        cd "${S}"
 
-       [[ ${CHOST} == *-freebsd* ]] && epatch "${FILESDIR}"/${P}-fbsd.patch
+       [[ ${CHOST} == *-freebsd* ]] && epatch "${FILESDIR}"/${PN}-4.5.11-fbsd.patch
+
        # Fix support for newer glibc snapshots #102080
        epatch "${FILESDIR}"/${P}-quota.patch
 
index 855b1848412d5e1319438557b65289b921da5c98..5cac2ce68b23cfcbe8bd237bb8db4f106373f6af 100644 (file)
@@ -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-util/strace/strace-4.5.14.ebuild,v 1.13 2006/12/02 20:35:58 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.14.ebuild,v 1.14 2007/01/17 06:45:18 vapier Exp $
 
 WANT_AUTOCONF="latest"
 WANT_AUTOMAKE="latest"
@@ -21,7 +21,7 @@ src_unpack() {
        unpack ${A}
        cd "${S}"
 
-       [[ ${CHOST} == *-freebsd* ]] && epatch "${FILESDIR}"/${PN}-4.5.12-fbsd.patch
+       [[ ${CHOST} == *-freebsd* ]] && epatch "${FILESDIR}"/${PN}-4.5.11-fbsd.patch
 
        epatch "${FILESDIR}"/${P}-PT_GETSIGINFO.patch #149945