[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.238

version 1.228, 2016/04/07 18:33:05 version 1.238, 2017/11/08 14:03:42
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
   
   # XXX: Kludge to avoid uncoditionally pick up some gtkdoc-* tools if gtk-doc
   # XXX: package is installed and then fails in the installation phase.
   CONFIGURE_ENV+= ac_cv_prog_GTKDOC_CHECK= \
                   ac_cv_path_GTKDOC_CHECK_PATH= \
                   ac_cv_path_GTKDOC_REBASE= \
                   ac_cv_path_GTKDOC_MKPDF=
   
   # to run gdbus-codegen to generate gdbus-daemon-generated.{h,c}
   TOOL_DEPENDS+=          ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
   PYTHON_FOR_BUILD_ONLY?= yes
   .include "../../lang/python/pyversion.mk"
   
 .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.238

CVSweb <webmaster@jp.NetBSD.org>