[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.201 and 1.213

version 1.201, 2012/05/01 18:45:51 version 1.213, 2013/04/19 22:21:41
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 .include "Makefile.common"  .include "Makefile.common"
 .include "options.mk"  
   
 CATEGORIES=             devel  CATEGORIES=             devel
   
Line 9  COMMENT=  Some useful routines for C pro
Line 8  COMMENT=  Some useful routines for C pro
   
 USE_TOOLS+=             msgfmt perl:run  USE_TOOLS+=             msgfmt perl:run
   
 PKGCONFIG_OVERRIDE=     glib-2.0-uninstalled.pc.in  
 PKGCONFIG_OVERRIDE+=    glib-2.0.pc.in  PKGCONFIG_OVERRIDE+=    glib-2.0.pc.in
 PKGCONFIG_OVERRIDE+=    gmodule-2.0-uninstalled.pc.in  
 PKGCONFIG_OVERRIDE+=    gmodule-2.0.pc.in  PKGCONFIG_OVERRIDE+=    gmodule-2.0.pc.in
 PKGCONFIG_OVERRIDE+=    gmodule-export-2.0.pc.in  PKGCONFIG_OVERRIDE+=    gmodule-export-2.0.pc.in
 PKGCONFIG_OVERRIDE+=    gmodule-no-export-2.0-uninstalled.pc.in  
 PKGCONFIG_OVERRIDE+=    gmodule-no-export-2.0.pc.in  PKGCONFIG_OVERRIDE+=    gmodule-no-export-2.0.pc.in
 PKGCONFIG_OVERRIDE+=    gobject-2.0-uninstalled.pc.in  
 PKGCONFIG_OVERRIDE+=    gobject-2.0.pc.in  PKGCONFIG_OVERRIDE+=    gobject-2.0.pc.in
 PKGCONFIG_OVERRIDE+=    gthread-2.0-uninstalled.pc.in  
 PKGCONFIG_OVERRIDE+=    gthread-2.0.pc.in  PKGCONFIG_OVERRIDE+=    gthread-2.0.pc.in
 PKGCONFIG_OVERRIDE+=    gio-2.0.pc.in  PKGCONFIG_OVERRIDE+=    gio-2.0.pc.in
 PKGCONFIG_OVERRIDE+=    gio-unix-2.0.pc.in  PKGCONFIG_OVERRIDE+=    gio-unix-2.0.pc.in
   PKGCONFIG_OVERRIDE+=    gio-windows-2.0.pc.in
   
 FILES_SUBST+=           GIO_MODULES_DIR=${PREFIX}/lib/gio/modules  FILES_SUBST+=           GIO_MODULES_DIR=${PREFIX}/lib/gio/modules
 FILES_SUBST+=           GIO_QUERYMODULES=${PREFIX}/bin/gio-querymodules  FILES_SUBST+=           GIO_QUERYMODULES=${PREFIX}/bin/gio-querymodules
Line 43  CONFIGURE_ARGS+= PCRE_LIBS="${COMPILER_R
Line 38  CONFIGURE_ARGS+= PCRE_LIBS="${COMPILER_R
 # needs gz_header structure  # needs gz_header structure
 BUILDLINK_API_DEPENDS.zlib+=    zlib>=1.2.2.1  BUILDLINK_API_DEPENDS.zlib+=    zlib>=1.2.2.1
   
 LIBS.SunOS+=    -lnsl -lsocket  LIBS.SunOS+=            -lnsl -lsocket
   CPPFLAGS.SunOS+=        -DBSD_COMP
   
 .if ${OBJECT_FMT} == "ELF"  .if ${OBJECT_FMT} == "ELF"
   . if ${OPSYS} == "SunOS"
   .  if ${ABI} == 32
   # 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
   # after configure disabled it.
   CONFIGURE_ENV+=         LIBELF_LIBS='-lelf'
   .  endif
   . else
 .include "../../devel/libelf/buildlink3.mk"  .include "../../devel/libelf/buildlink3.mk"
   . endif
 .endif  .endif
   
 .include "../../converters/libiconv/buildlink3.mk"  .include "../../converters/libiconv/buildlink3.mk"

Legend:
Removed from v.1.201  
changed lines
  Added in v.1.213

CVSweb <webmaster@jp.NetBSD.org>