aboutsummaryrefslogtreecommitdiff
path: root/java/openjdk7/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'java/openjdk7/Makefile')
-rw-r--r--java/openjdk7/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/openjdk7/Makefile b/java/openjdk7/Makefile
index 889ef44bd3ee..916f396cf651 100644
--- a/java/openjdk7/Makefile
+++ b/java/openjdk7/Makefile
@@ -150,10 +150,10 @@ MAKE_ENV+= USE_PRECOMPILED_HEADER=0
.endif
.if empty(ICONV_LIB)
-ICONV_CPPFLAGS= -DLIBICONV_PLUG
+ICONV_CPPFLAGS= -DLIBICONV_PLUG
.else
-ICONV_CPPFLAGS= -I${LOCALBASE}/include
-ICONV_LDFLAGS= -L${LOCALBASE}/lib ${ICONV_LIB}
+ICONV_CPPFLAGS= -I${LOCALBASE}/include
+ICONV_LDFLAGS= -L${LOCALBASE}/lib ${ICONV_LIB}
.endif
post-patch: