diff options
Diffstat (limited to 'lang/python31')
| -rw-r--r-- | lang/python31/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/python31/Makefile b/lang/python31/Makefile index 7e55be079854..45fcafac8be2 100644 --- a/lang/python31/Makefile +++ b/lang/python31/Makefile @@ -66,8 +66,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 |
