[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / graphics / fotoxx

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/graphics/fotoxx/Makefile between version 1.23 and 1.25

version 1.23, 2012/08/12 07:20:15 version 1.25, 2012/08/24 20:35:38
Line 25  INSTALL_TARGET= install
Line 25  INSTALL_TARGET= install
   
 .include "../../mk/bsd.prefs.mk"  .include "../../mk/bsd.prefs.mk"
   
 .if (${OPSYS} == "NetBSD" && \  .if exists(/usr/include/execinfo.h)
     (!empty(OS_VERSION:M6.99.*) || !empty(OS_VERSION:M[7-9].*)))  CXXFLAGS+=      -DHAVE_EXECINFO_H
   .  if (${OPSYS} == "NetBSD")
 LDFLAGS+=       -lexecinfo  LDFLAGS+=       -lexecinfo
   .  endif
 .endif  .endif
   
 .include "../../graphics/tiff/buildlink3.mk"  .include "../../graphics/tiff/buildlink3.mk"

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.25

CVSweb <webmaster@jp.NetBSD.org>