diff options
Diffstat (limited to 'lang/python25')
-rw-r--r-- | lang/python25/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/python25/Makefile b/lang/python25/Makefile index 4bb38a3ca316..c7e1eafe15c3 100644 --- a/lang/python25/Makefile +++ b/lang/python25/Makefile @@ -70,8 +70,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 |