Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Unified Diff: ports/libiconv/build.sh

Issue 369673004: Adding libiconv port. (Closed) Base URL: https://naclports.googlecode.com/svn/trunk/src
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ports/libiconv/pkg_info » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/libiconv/build.sh
diff --git a/ports/apr/build.sh b/ports/libiconv/build.sh
similarity index 68%
copy from ports/apr/build.sh
copy to ports/libiconv/build.sh
index a824ef8d0c71f171570831db0058ee2651e8f187..bd953340d5a198e2f762eed0834afc8d4c743655 100755
--- a/ports/apr/build.sh
+++ b/ports/libiconv/build.sh
@@ -7,6 +7,9 @@ if [ "${NACL_LIBC}" = "newlib" ]; then
NACLPORTS_CPPFLAGS+=" -I${NACLPORTS_INCLUDE}/glibc-compat"
fi
-if [ "${NACL_SHARED}" = "0" ]; then
- EXTRA_CONFIGURE_ARGS="--disable-dso"
-fi
+PatchStep() {
+ CONFIG_SUB=build-aux/config.sub
+ DefaultPatchStep
+ CONFIG_SUB=libcharset/build-aux/config.sub
+ PatchConfigSub
+}
« no previous file with comments | « no previous file | ports/libiconv/pkg_info » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698