diff options
author | Stefan Jones <cretin@gentoo.org> | 2003-02-02 12:42:17 +0000 |
---|---|---|
committer | Stefan Jones <cretin@gentoo.org> | 2003-02-02 12:42:17 +0000 |
commit | 62647d231984e83e1b3a2a77fad2c33617ff59b9 (patch) | |
tree | 94b213a72beef05fd2e71ae38e1e59b21b54cd87 /media-sound/cdcd | |
parent | Security update (diff) | |
download | historical-62647d231984e83e1b3a2a77fad2c33617ff59b9.tar.gz historical-62647d231984e83e1b3a2a77fad2c33617ff59b9.tar.bz2 historical-62647d231984e83e1b3a2a77fad2c33617ff59b9.zip |
Fixed
Diffstat (limited to 'media-sound/cdcd')
-rw-r--r-- | media-sound/cdcd/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/cdcd/cdcd-0.6.4.ebuild | 9 | ||||
-rw-r--r-- | media-sound/cdcd/files/cdcd-0.6.4-gentoo.patch | 11 |
3 files changed, 23 insertions, 2 deletions
diff --git a/media-sound/cdcd/ChangeLog b/media-sound/cdcd/ChangeLog index 053e9c3860d6..4736cbac5b94 100644 --- a/media-sound/cdcd/ChangeLog +++ b/media-sound/cdcd/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for media-sound/cdcd # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-sound/cdcd/ChangeLog,v 1.5 2002/12/07 06:47:21 jmorgan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/cdcd/ChangeLog,v 1.6 2003/02/02 12:42:17 cretin Exp $ *cdcd-0.6.4 (19 Jul 2002) + 03 Feb 2003; Stefan Jones <cretin@gentoo.org> files/cdcd-0.5.0-r1-gentoo.patch : + Fix build issue. Unmasking + 07 Dec 2002; Jack Morgan <jmorgan@gentoo.org> cdcd-0.6.4.ebuild : Changed sparc64 to sparc keyword diff --git a/media-sound/cdcd/cdcd-0.6.4.ebuild b/media-sound/cdcd/cdcd-0.6.4.ebuild index 6c14ddfc7fa2..fb74fb17296f 100644 --- a/media-sound/cdcd/cdcd-0.6.4.ebuild +++ b/media-sound/cdcd/cdcd-0.6.4.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/cdcd/cdcd-0.6.4.ebuild,v 1.5 2002/12/07 06:47:21 jmorgan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/cdcd/cdcd-0.6.4.ebuild,v 1.6 2003/02/02 12:42:17 cretin Exp $ + +inherit eutils S=${WORKDIR}/${P} DESCRIPTION="a simple yet powerful command line cd player" @@ -15,6 +17,11 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc" +src_unpack() { + unpack ${P}.tar.gz + epatch ${FILESDIR}/cdcd-0.6.4-gentoo.patch +} + src_compile() { econf || die diff --git a/media-sound/cdcd/files/cdcd-0.6.4-gentoo.patch b/media-sound/cdcd/files/cdcd-0.6.4-gentoo.patch new file mode 100644 index 000000000000..c226c702765d --- /dev/null +++ b/media-sound/cdcd/files/cdcd-0.6.4-gentoo.patch @@ -0,0 +1,11 @@ +--- cdcd-0.6.4/configure.jj 2003-02-02 12:29:03.000000000 +0000 ++++ cdcd-0.6.4/configure 2003-02-02 12:29:24.000000000 +0000 +@@ -3216,7 +3216,7 @@ + { (exit 1); exit 1; }; } + fi + +-LIBS="-lcurses -lreadline" ++LIBS="-lreadline -lcurses" + + # It's better to have this string in one single place. + LIBCDAUDIO_MISSING="couldn't locate libcdaudio." |