| 65 |
|
|
| 66 |
.if ${PORT_OPTIONS:MNLS} |
.if ${PORT_OPTIONS:MNLS} |
| 67 |
USES+= gettext |
USES+= gettext |
|
LDFLAGS+= -L${LOCALBASE}/lib |
|
|
# We use CPPFLAGS over CFLAGS here due to -I ordering causing things like |
|
|
# elementtree and pyexpat to break with python27, or to silence preprocessor |
|
|
# complaints with python33 |
|
| 68 |
CPPFLAGS+= -I${LOCALBASE}/include |
CPPFLAGS+= -I${LOCALBASE}/include |
| 69 |
CONFIGURE_ENV+= LIBS="-lintl" |
LIBS+= -L${LOCALBASE}/lib -lintl |
| 70 |
.else |
.else |
| 71 |
CONFIGURE_ENV+= ac_cv_lib_intl_textdomain=no ac_cv_header_libintl_h=no |
CONFIGURE_ENV+= ac_cv_lib_intl_textdomain=no ac_cv_header_libintl_h=no |
| 72 |
.endif |
.endif |