[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / x11 / gtk2

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/x11/gtk2/Makefile between version 1.299 and 1.300

version 1.299, 2018/08/22 09:48:01 version 1.300, 2018/10/17 08:39:13
Line 21  CONFLICTS+=  gail-[0-9]*
Line 21  CONFLICTS+=  gail-[0-9]*
 SUPERSEDES=             gail-[0-9]*  SUPERSEDES=             gail-[0-9]*
   
 USE_PKGLOCALEDIR=       yes  USE_PKGLOCALEDIR=       yes
 USE_TOOLS+=             gmake msgfmt perl pkg-config  USE_TOOLS+=             ggrep gmake msgfmt perl pkg-config
 USE_LANGUAGES=          c c++  USE_LANGUAGES=          c c++
 USE_LIBTOOL=            yes  USE_LIBTOOL=            yes
 PTHREAD_AUTO_VARS=      yes  PTHREAD_AUTO_VARS=      yes
Line 59  CONFIGURE_ARGS.Darwin+= --disable-visibi
Line 59  CONFIGURE_ARGS.Darwin+= --disable-visibi
   
 .include "../../mk/bsd.prefs.mk"  .include "../../mk/bsd.prefs.mk"
   
 # gtk/Makefile.am hardcodes 'grep -o' so require GNU grep on platforms  
 # which do not have it.  
 .if ${OPSYS} == "SunOS"  
 BUILD_DEPENDS+=         grep-[0-9]*:../../textproc/grep  
 TOOLS_PATH.grep=        ${PREFIX}/bin/ggrep  
 .endif  
   
 CPPFLAGS+=              -DPREFIX="\"${PREFIX}\""  CPPFLAGS+=              -DPREFIX="\"${PREFIX}\""
   
 #SUBST_CLASSES+=                pthread  #SUBST_CLASSES+=                pthread

Legend:
Removed from v.1.299  
changed lines
  Added in v.1.300

CVSweb <webmaster@jp.NetBSD.org>