[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.204 and 1.212

version 1.204, 2012/05/15 09:20:15 version 1.212, 2012/10/06 20:44:04
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 ${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.204  
changed lines
  Added in v.1.212

CVSweb <webmaster@jp.NetBSD.org>