[BACK]Return to Makefile.common CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / print / poppler

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

Diff for /pkgsrc/print/poppler/Makefile.common between version 1.114 and 1.115

version 1.114, 2020/01/10 13:24:18 version 1.115, 2020/03/01 11:18:58
Line 25  USE_LANGUAGES=  c c++14
Line 25  USE_LANGUAGES=  c c++14
 USE_TOOLS+=             pkg-config  USE_TOOLS+=             pkg-config
 GCC_REQD+=              5  GCC_REQD+=              5
   
 # Don't accidentally find libtiff  
 CMAKE_ARGS+=    -DCMAKE_DISABLE_FIND_PACKAGE_TIFF=TRUE  
   
 .include "../../mk/compiler.mk"  .include "../../mk/compiler.mk"
 .if !empty(PKGSRC_COMPILER:Mclang)  .if !empty(PKGSRC_COMPILER:Mclang)
 BUILDLINK_TRANSFORM+=   rm:-fno-check-new  BUILDLINK_TRANSFORM+=   rm:-fno-check-new
 .endif  .endif
   
   .include "../../devel/boost-headers/buildlink3.mk"
 .include "../../graphics/openjpeg/buildlink3.mk"  .include "../../graphics/openjpeg/buildlink3.mk"

Legend:
Removed from v.1.114  
changed lines
  Added in v.1.115

CVSweb <webmaster@jp.NetBSD.org>