summaryrefslogtreecommitdiff
path: root/openal/Pkgfile
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.nu>2008-01-11 19:07:02 -0600
committerMatt Housh <jaeger@crux.nu>2008-01-11 19:07:02 -0600
commite51779d89417ff12ea037f3621bbb9c6e5c09442 (patch)
tree2a09c7bf926499d92af8e4bb0ba2f0cf649921e6 /openal/Pkgfile
parent058f3872542e4c5ba0d297cf3cff40c1c2295bbe (diff)
downloadopt-e51779d89417ff12ea037f3621bbb9c6e5c09442.tar.gz
opt-e51779d89417ff12ea037f3621bbb9c6e5c09442.tar.xz
openal: patch for ALCvoid compile errors in other apps
Diffstat (limited to 'openal/Pkgfile')
-rw-r--r--openal/Pkgfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/openal/Pkgfile b/openal/Pkgfile
index 8e28cc79e..d7862b457 100644
--- a/openal/Pkgfile
+++ b/openal/Pkgfile
@@ -5,11 +5,13 @@
name=openal
version=0.0.8
-release=1
-source=(http://www.openal.org/openal_webstf/downloads/$name-$version.tar.gz)
+release=2
+source=(http://www.openal.org/openal_webstf/downloads/$name-$version.tar.gz \
+ $name-$version-alcvoid.patch)
build() {
cd $name-$version
+ patch -i $SRC/$name-$version-alcvoid.patch common/include/AL/alc.h
./configure --prefix=/usr \
--exec-prefix=/usr \
--enable-optimization \

Generated by cgit