| Index: ports/giflib/build.sh
|
| diff --git a/ports/giflib/build.sh b/ports/giflib/build.sh
|
| old mode 100755
|
| new mode 100644
|
| index d7fbf2ae54b001c3ab4ead00e7c5a5c8569ba07f..ba663a4a9a26a1501cc2b6dc051ab1bb6ba8e150
|
| --- a/ports/giflib/build.sh
|
| +++ b/ports/giflib/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
|
|
|
| if [ "${NACL_GLIBC}" = "1" ]; then
|
| EXECUTABLES=util/.libs/rgb2gif${NACL_EXEEXT}
|
| @@ -53,7 +51,3 @@ BuildStep() {
|
| export PATH=${NACL_BIN_PATH}:${PATH};
|
| make -j${OS_JOBS} SUBDIRS="lib util"
|
| }
|
| -
|
| -
|
| -PackageInstall
|
| -exit 0
|
|
|