| Index: ports/babl/build.sh
|
| diff --git a/ports/babl/build.sh b/ports/babl/build.sh
|
| index ba39af2d56e538661a23d1112198cdc4297dc88f..99e3da5702312b9cb36395cf4cddcac87e4c19e5 100644
|
| --- a/ports/babl/build.sh
|
| +++ b/ports/babl/build.sh
|
| @@ -2,9 +2,5 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -ConfigureStep() {
|
| - EnableGlibcCompat
|
| - NACLPORTS_CPPFLAGS+=" -Dmain=nacl_main"
|
| - NACLPORTS_LDFLAGS+=" ${NACL_CLI_MAIN_LIB}"
|
| - DefaultConfigureStep
|
| -}
|
| +EnableGlibcCompat
|
| +EnableCliMain
|
|
|