Index: ports/cairo/build.sh |
diff --git a/ports/cairo/build.sh b/ports/cairo/build.sh |
index d4a07cbd7a300c56cc46fbf1c090d0c4bfd504a8..1df77ece90bad74a1bd395ff79f8523c0792ae44 100644 |
--- a/ports/cairo/build.sh |
+++ b/ports/cairo/build.sh |
@@ -11,7 +11,7 @@ fi |
NACLPORTS_CPPFLAGS+=" -Dmain=nacl_main" |
-if [ "${NACL_LIBC}" != "glibc"]; then |
+if [ "${NACL_LIBC}" != "glibc" ]; then |
NACLPORTS_LDFLAGS+=" ${NACL_CLI_MAIN_LIB}" |
else |
# moved cli_main flags here to alleviate glibc for linker order problems |