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

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

Diff for /pkgsrc/devel/glib2/Makefile between version 1.228 and 1.234

version 1.228, 2016/04/07 18:33:05 version 1.234, 2017/07/03 18:47:29
Line 27  FILES_SUBST+=  GLIB_SCHEMAS_DIR=${PREFIX
Line 27  FILES_SUBST+=  GLIB_SCHEMAS_DIR=${PREFIX
 # agc doesn't want glib2 to depend on python so we install it  # agc doesn't want glib2 to depend on python so we install it
 # in a broken and useless state.  # in a broken and useless state.
 CHECK_INTERPRETER_SKIP+=        bin/gtester-report  CHECK_INTERPRETER_SKIP+=        bin/gtester-report
 CHECK_INTERPRETER_SKIP+=        bin/gdbus-codegen  CHECK_WRKREF_SKIP+=             bin/gtester-report
   
 # need pcre utf8 + unicode-properties  # need pcre utf8 + unicode-properties
 BUILDLINK_API_DEPENDS.pcre+=    pcre>=8.31  BUILDLINK_API_DEPENDS.pcre+=    pcre>=8.31
Line 43  CPPFLAGS.SunOS+= -DBSD_COMP
Line 43  CPPFLAGS.SunOS+= -DBSD_COMP
   
 .if ${OBJECT_FMT} == "ELF"  .if ${OBJECT_FMT} == "ELF"
 .  if ${OPSYS} == "SunOS"  .  if ${OPSYS} == "SunOS"
 .    if ${ABI} == 32  .    if empty(ABI:U:M64)
 # Solaris libelf in 32-bit mode does not support largefile.  We patch files  # Solaris libelf in 32-bit mode does not support largefile.  We patch files
 # individually to force _FILE_OFFSET_BITS=32 but need to turn back on -lelf  # individually to force _FILE_OFFSET_BITS=32 but need to turn back on -lelf
 # after configure disabled it.  # after configure disabled it.
Line 54  CONFIGURE_ENV+=  LIBELF_LIBS='-lelf'
Line 54  CONFIGURE_ENV+=  LIBELF_LIBS='-lelf'
 .  endif  .  endif
 .endif  .endif
   
   PLIST_VARS+=    unix
   .include "../../mk/bsd.prefs.mk"
   .if ${OPSYS} != "Darwin"
   PLIST.unix=     yes
   .endif
   
 .include "../../converters/libiconv/buildlink3.mk"  .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"  .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/pcre/buildlink3.mk"  .include "../../devel/pcre/buildlink3.mk"

Legend:
Removed from v.1.228  
changed lines
  Added in v.1.234

CVSweb <webmaster@jp.NetBSD.org>