diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2012-06-20 22:35:15 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2012-06-20 22:35:15 +0000 |
commit | 2f377af2d0af5cb0d5a8334bc9988db0be0db9f6 (patch) | |
tree | 840fe2026cbb7b135b4bec955e9995d6ba5900f3 /lang/python27 | |
parent | 8dd8a9b3727639a7be7e2829b60c12838b7c2d17 (diff) | |
download | ports-2f377af2d0af5cb0d5a8334bc9988db0be0db9f6.tar.gz ports-2f377af2d0af5cb0d5a8334bc9988db0be0db9f6.zip |
Notes
Diffstat (limited to 'lang/python27')
-rw-r--r-- | lang/python27/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile index c03236a92af5..dbff4c2e1243 100644 --- a/lang/python27/Makefile +++ b/lang/python27/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 |