[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.209 and 1.222

version 1.209, 2012/07/24 18:23:38 version 1.222, 2014/10/01 12:14:42
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 .include "Makefile.common"  .include "Makefile.common"
 .include "options.mk"  
   
 CATEGORIES=             devel  PKGREVISION=    1
   CATEGORIES=             devel gnome
   
 COMMENT=                Some useful routines for C programming (glib2)  COMMENT=                Some useful routines for C programming (glib2)
   
 USE_TOOLS+=             msgfmt perl:run  USE_TOOLS+=             msgfmt perl:run readlink
   
 PKGCONFIG_OVERRIDE+=    glib-2.0.pc.in  PKGCONFIG_OVERRIDE+=    glib-2.0.pc.in
 PKGCONFIG_OVERRIDE+=    gmodule-2.0.pc.in  PKGCONFIG_OVERRIDE+=    gmodule-2.0.pc.in
Line 31  CHECK_INTERPRETER_SKIP+= bin/gtester-rep
Line 31  CHECK_INTERPRETER_SKIP+= bin/gtester-rep
 CHECK_INTERPRETER_SKIP+=        bin/gdbus-codegen  CHECK_INTERPRETER_SKIP+=        bin/gdbus-codegen
   
 # need pcre utf8 + unicode-properties  # need pcre utf8 + unicode-properties
 BUILDLINK_API_DEPENDS.pcre+=    pcre>=8.11  BUILDLINK_API_DEPENDS.pcre+=    pcre>=8.31
 # to avoid pkg-config dependency, explicitly specify pcre location  # to avoid pkg-config dependency, explicitly specify pcre location
 CONFIGURE_ARGS+=        PCRE_CFLAGS=-I${BUILDLINK_PREFIX.pcre}/include  CONFIGURE_ARGS+=        PCRE_CFLAGS=-I${BUILDLINK_PREFIX.pcre}/include
 CONFIGURE_ARGS+=        PCRE_LIBS="${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.pcre}/lib -L${BUILDLINK_PREFIX.pcre}/lib -lpcre"  CONFIGURE_ARGS+=        PCRE_LIBS="${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.pcre}/lib -L${BUILDLINK_PREFIX.pcre}/lib -lpcre"
Line 43  LIBS.SunOS+=  -lnsl -lsocket
Line 43  LIBS.SunOS+=  -lnsl -lsocket
 CPPFLAGS.SunOS+=        -DBSD_COMP  CPPFLAGS.SunOS+=        -DBSD_COMP
   
 .if ${OBJECT_FMT} == "ELF"  .if ${OBJECT_FMT} == "ELF"
 . if ${OPSYS} == "SunOS"  .  if ${OPSYS} == "SunOS"
 .  if ${ABI} == 32  .    if ${ABI} == 32
 # 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
   .  else
   .  include "../../devel/libelf/buildlink3.mk"
 .  endif  .  endif
 . else  
 .include "../../devel/libelf/buildlink3.mk"  
 . endif  
 .endif  .endif
   
 .include "../../converters/libiconv/buildlink3.mk"  .include "../../converters/libiconv/buildlink3.mk"

Legend:
Removed from v.1.209  
changed lines
  Added in v.1.222

CVSweb <webmaster@jp.NetBSD.org>