| Index: ports/openal-soft/build.sh
|
| diff --git a/ports/openal-soft/build.sh b/ports/openal-soft/build.sh
|
| old mode 100755
|
| new mode 100644
|
| index f14efa6be306cd1d9cb2d8939efd26ea94ae92ed..ec564adf8b0fb91dccba8a4d0acbcfa0f3459ee4
|
| --- a/ports/openal-soft/build.sh
|
| +++ b/ports/openal-soft/build.sh
|
| @@ -3,8 +3,6 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -source pkg_info
|
| -source ../../build_tools/common.sh
|
|
|
| # Defaults to dynamic lib, but newlib can only link statically.
|
| if [[ ${NACL_GLIBC} = 0 ]]; then
|
| @@ -14,6 +12,3 @@ fi
|
| ConfigureStep() {
|
| CMakeConfigureStep
|
| }
|
| -
|
| -PackageInstall
|
| -exit 0
|
|
|