[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.224 and 1.243

version 1.224, 2014/10/07 23:18:36 version 1.243, 2018/10/08 10:12:05
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
   PKGREVISION= 2
 .include "Makefile.common"  .include "Makefile.common"
   
 CATEGORIES=             devel gnome  CATEGORIES=             devel gnome
Line 27  FILES_SUBST+=  GLIB_SCHEMAS_DIR=${PREFIX
Line 28  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 44  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.
 CONFIGURE_ENV+=         LIBELF_LIBS='-lelf'  CONFIGURE_ENV+=         LIBELF_LIBS='-lelf'
 .    endif  .    endif
 .  else  .  else
 .  include "../../devel/libelf/buildlink3.mk"  .    include "../../devel/libelf/buildlink3.mk"
 .  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.224  
changed lines
  Added in v.1.243

CVSweb <webmaster@jp.NetBSD.org>