/[ports]/head/lang/python27/Makefile
ViewVC logotype

Diff of /head/lang/python27/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 357485 by koobs, Tue Apr 22 14:37:04 2014 UTC revision 357486 by tijl, Wed Jun 11 14:49:59 2014 UTC
# Line 65  NLS_DESC=      Enable Gettext support for the Line 65  NLS_DESC=      Enable Gettext support for the
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

Legend:
Removed from v.357485  
changed lines
  Added in v.357486

  ViewVC Help
Powered by ViewVC 1.1.27