aboutsummaryrefslogtreecommitdiff
path: root/lang/python24
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2012-06-20 22:35:15 +0000
committerMarcus von Appen <mva@FreeBSD.org>2012-06-20 22:35:15 +0000
commit2f377af2d0af5cb0d5a8334bc9988db0be0db9f6 (patch)
tree840fe2026cbb7b135b4bec955e9995d6ba5900f3 /lang/python24
parent8dd8a9b3727639a7be7e2829b60c12838b7c2d17 (diff)
Notes
Diffstat (limited to 'lang/python24')
-rw-r--r--lang/python24/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/python24/Makefile b/lang/python24/Makefile
index 3aeffdd053ab..f00b7ed1d607 100644
--- a/lang/python24/Makefile
+++ b/lang/python24/Makefile
@@ -63,8 +63,9 @@ PLIST_SUB+= IF_DEFAULT="@comment "
.if !defined(WITHOUT_NLS)
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