| Index: ports/make/build.sh
|
| diff --git a/ports/make/build.sh b/ports/make/build.sh
|
| index f90f7e1c7de4ff37915efecc140ca4ad126ac8ff..059a537ef1f3f09b7484b8a5e878fc3030e472b8 100755
|
| --- a/ports/make/build.sh
|
| +++ b/ports/make/build.sh
|
| @@ -3,14 +3,8 @@
|
| # 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
|
| -
|
| CONFIG_SUB=config/config.sub
|
|
|
| if [ "${NACL_GLIBC}" != "1" ]; then
|
| NACLPORTS_CFLAGS+=" -D_POSIX_VERSION"
|
| fi
|
| -
|
| -PackageInstall
|
| -exit 0
|
|
|