summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-03-15 02:32:41 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-03-15 02:32:41 +0000
commit91d381d93db9b679f57ef7d39d2146cee752a1ab (patch)
tree70e6c12061848e0bfab7ea63c457ae0ebc4b385b /media-sound/amsynth/amsynth-1.0.0.ebuild
parentInitial commit to close #22217. Ebuild by myself and Patrick Kursawe <phospha... (diff)
downloadgentoo-2-91d381d93db9b679f57ef7d39d2146cee752a1ab.tar.gz
gentoo-2-91d381d93db9b679f57ef7d39d2146cee752a1ab.tar.bz2
gentoo-2-91d381d93db9b679f57ef7d39d2146cee752a1ab.zip
Added patch from bug #44696 to fix missing declaration of pthread_kill.
Diffstat (limited to 'media-sound/amsynth/amsynth-1.0.0.ebuild')
-rw-r--r--media-sound/amsynth/amsynth-1.0.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/media-sound/amsynth/amsynth-1.0.0.ebuild b/media-sound/amsynth/amsynth-1.0.0.ebuild
index 6b036823afda..d02978361ad7 100644
--- a/media-sound/amsynth/amsynth-1.0.0.ebuild
+++ b/media-sound/amsynth/amsynth-1.0.0.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/media-sound/amsynth/amsynth-1.0.0.ebuild,v 1.2 2004/03/03 23:12:57 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.0.0.ebuild,v 1.3 2004/03/15 02:32:41 eradicator Exp $
MY_P=${P/_rc/-rc}
MY_P=${MY_P/amsynth/amSynth}
@@ -31,6 +31,8 @@ src_unpack() {
sed -i "/#include <alsa\\/asoundlib.h>/i\\#define ALSA_PCM_OLD_HW_PARAMS_API 1\\" src/drivers/ALSAmmapAudioDriver.h
sed -i "/#include <alsa\\/asoundlib.h>/i\\#define ALSA_PCM_OLD_HW_PARAMS_API 1\\" src/drivers/ALSAAudioDriver.h
+
+ epatch ${FILESDIR}/${PN}-pthread.patch
}
src_compile() {