[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.213 and 1.217

version 1.213, 2013/04/19 22:21:41 version 1.217, 2013/08/17 11:52:36
Line 2 
Line 2 
   
 .include "Makefile.common"  .include "Makefile.common"
   
 CATEGORIES=             devel  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 42  LIBS.SunOS+=  -lnsl -lsocket
Line 42  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.213  
changed lines
  Added in v.1.217

CVSweb <webmaster@jp.NetBSD.org>