aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python26/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python26/Makefile')
-rw-r--r--lang/python26/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/python26/Makefile b/lang/python26/Makefile
index 52dbf102afd6..cfd285d858dd 100644
--- a/lang/python26/Makefile
+++ b/lang/python26/Makefile
@@ -82,8 +82,9 @@ PLIST_SUB+= IF_DEFAULT="@comment "
.if ${PORT_OPTIONS:MNLS}
USE_GETTEXT= yes
-LDFLAGS+= "-L${LOCALBASE}/lib"
-CFLAGS+= "-I${LOCALBASE}/include"
+# XXX do not set any LDFLAGS or CFLAGS - this causes pyexpat to fail building
+#LDFLAGS+= "-L${LOCALBASE}/lib"
+#CFLAGS+= "-I${LOCALBASE}/include"
.else
CONFIGURE_ENV+= ac_cv_lib_intl_textdomain=no ac_cv_header_libintl_h=no
.endif