[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.222 and 1.229

version 1.222, 2014/10/01 12:14:42 version 1.229, 2016/04/09 06:11:15
Line 2 
Line 2 
   
 .include "Makefile.common"  .include "Makefile.common"
   
 PKGREVISION=    1  
 CATEGORIES=             devel gnome  CATEGORIES=             devel gnome
   
 COMMENT=                Some useful routines for C programming (glib2)  COMMENT=                Some useful routines for C programming (glib2)
Line 44  CPPFLAGS.SunOS+= -DBSD_COMP
Line 43  CPPFLAGS.SunOS+= -DBSD_COMP
   
 .if ${OBJECT_FMT} == "ELF"  .if ${OBJECT_FMT} == "ELF"
 .  if ${OPSYS} == "SunOS"  .  if ${OPSYS} == "SunOS"
 .    if ${ABI} == 32  .    if empty(ABI:U:M64)
 # 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.

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

CVSweb <webmaster@jp.NetBSD.org>