summaryrefslogtreecommitdiff
path: root/openal-32
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2016-09-11 16:54:47 +1000
committerDanny Rawlins <monster.romster@gmail.com>2016-09-11 16:54:47 +1000
commitc5a609430850441cec53b36acd78ca0275099d81 (patch)
tree1f90f8dc1bbdbff5f4586b0375c1633f45cc2853 /openal-32
parent509bf01e25749b820601c4c49f54e8c2c2b8cadf (diff)
downloadcompat-32-c5a609430850441cec53b36acd78ca0275099d81.tar.gz
compat-32-c5a609430850441cec53b36acd78ca0275099d81.tar.xz
openal-32: fix disabling examples, thank you phi
Diffstat (limited to 'openal-32')
-rw-r--r--openal-32/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/openal-32/Pkgfile b/openal-32/Pkgfile
index d06f1950..8b6d7d16 100644
--- a/openal-32/Pkgfile
+++ b/openal-32/Pkgfile
@@ -15,8 +15,8 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DLIB_SUFFIX=32 \
-DOSS=OFF \
- -DEXAMPLES=OFF \
- -DCMAKE_BUILD_TYPE=Release #-DCMAKE_VERBOSE_MAKEFILE=true
+ -DALSOFT_EXAMPLES=OFF \
+ -DCMAKE_BUILD_TYPE=Release #-DCMAKE_VERBOSE_MAKEFILE:BOOL="on"
make
make DESTDIR=$PKG install

Generated by cgit