diff options
author | Chris Larson <clarson@kergoth.com> | 2004-01-14 06:20:22 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-01-14 06:20:22 +0000 |
commit | 79d3d3f6d4c178ca0ef17d1c9f94051886957a10 (patch) | |
tree | 96afe881dff69de648481f5ca5f5f175d3c526e7 /portaudio | |
parent | 1346f15d9a2e274a60a141ce1142ce1f4f92037d (diff) |
BUGFIX: make portaudio obey our CFLAGS and LDFLAGS.
BKrev: 4004dfa6Kz70SpqSk2s1zyHs8A_seA
Diffstat (limited to 'portaudio')
-rw-r--r-- | portaudio/portaudio-0.0.19/flags.patch | 0 | ||||
-rw-r--r-- | portaudio/portaudio_0.0.19.oe | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/portaudio/portaudio-0.0.19/flags.patch b/portaudio/portaudio-0.0.19/flags.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/portaudio/portaudio-0.0.19/flags.patch diff --git a/portaudio/portaudio_0.0.19.oe b/portaudio/portaudio_0.0.19.oe index 8875a77e69..26a2158aee 100644 --- a/portaudio/portaudio_0.0.19.oe +++ b/portaudio/portaudio_0.0.19.oe @@ -5,7 +5,8 @@ RDEPENDS=libc6 DEPENDS=virtual/libc DESCRIPTION=A portable audio library -SRC_URI=http://www.portaudio.com/archives/pa_snapshot_v19.tar.gz +SRC_URI=http://www.portaudio.com/archives/pa_snapshot_v19.tar.gz \ + file://${FILESDIR}/flags.patch;patch=1 S=${WORKDIR}/portaudio inherit autotools libtool pkgconfig |