| Index: ports/agg/build.sh
|
| diff --git a/ports/agg/build.sh b/ports/agg/build.sh
|
| old mode 100755
|
| new mode 100644
|
| index e6015df2623c289c3412e061ece755ee97465207..2438e0ab2301f6f6cf00ebb158c8f51a99ad79f8
|
| --- a/ports/agg/build.sh
|
| +++ b/ports/agg/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
|
|
|
|
|
| BuildStep() {
|
| @@ -32,7 +30,3 @@ InstallStep() {
|
| cp ${THIS_PACKAGE_PATH}/src/libagg.a .
|
| cp ${THIS_PACKAGE_PATH}/font_freetype/libaggfontfreetype.a .
|
| }
|
| -
|
| -
|
| -PackageInstall
|
| -exit 0
|
|
|