[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.232 and 1.242

version 1.232, 2017/05/04 12:19:12 version 1.242, 2018/08/22 09:43:31
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
   PKGREVISION= 1
 .include "Makefile.common"  .include "Makefile.common"
   
 CATEGORIES=             devel gnome  CATEGORIES=             devel gnome
Line 26  FILES_SUBST+=  GLIB_SCHEMAS_DIR=${PREFIX
Line 27  FILES_SUBST+=  GLIB_SCHEMAS_DIR=${PREFIX
 # gtester is the glib unit testing and reporting framework  # gtester is the glib unit testing and reporting framework
 # 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/gdbus-codegen bin/gtester-report  CHECK_INTERPRETER_SKIP+=        bin/gtester-report
 CHECK_WRKREF_SKIP+=             bin/gdbus-codegen bin/gtester-report  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 50  CPPFLAGS.SunOS+= -DBSD_COMP
Line 51  CPPFLAGS.SunOS+= -DBSD_COMP
 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.232  
changed lines
  Added in v.1.242

CVSweb <webmaster@jp.NetBSD.org>