diff options
author | 2003-12-07 14:01:06 +0000 | |
---|---|---|
committer | 2003-12-07 14:01:06 +0000 | |
commit | eae7c4fcb1d19b186c17ffaedbd2891fad2ee57b (patch) | |
tree | 8929dbda92c8b9862f2e12a413eb7fb014b54c1b /x11-misc/bbcd/bbcd-0.3.1-r1.ebuild | |
parent | New package: openbsd userland+kernel sources (diff) | |
download | historical-eae7c4fcb1d19b186c17ffaedbd2891fad2ee57b.tar.gz historical-eae7c4fcb1d19b186c17ffaedbd2891fad2ee57b.tar.bz2 historical-eae7c4fcb1d19b186c17ffaedbd2891fad2ee57b.zip |
added gcc 3.3 patch
Diffstat (limited to 'x11-misc/bbcd/bbcd-0.3.1-r1.ebuild')
-rw-r--r-- | x11-misc/bbcd/bbcd-0.3.1-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-misc/bbcd/bbcd-0.3.1-r1.ebuild b/x11-misc/bbcd/bbcd-0.3.1-r1.ebuild index 652286aaac15..7d199006002d 100644 --- a/x11-misc/bbcd/bbcd-0.3.1-r1.ebuild +++ b/x11-misc/bbcd/bbcd-0.3.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbcd/bbcd-0.3.1-r1.ebuild,v 1.1 2003/08/20 05:04:27 iggy Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbcd/bbcd-0.3.1-r1.ebuild,v 1.2 2003/12/07 14:01:01 lanius Exp $ S=${WORKDIR}/${P} DESCRIPTION="Basic CD Player for blackbox wm" @@ -17,6 +17,7 @@ DEPEND="virtual/blackbox src_unpack() { unpack ${P}.tar.gz epatch ${FILESDIR}/${P}_${PV}a.diff.gz + epatch ${FILESDIR}/${P}-gcc3.3.patch } src_compile() { |