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

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

Diff for /pkgsrc/print/poppler-cpp/Makefile between version 1.18 and 1.19

version 1.18, 2018/03/12 11:15:43 version 1.19, 2018/04/17 05:20:34
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 PKGREVISION= 1  
 .include "../../print/poppler/Makefile.common"  .include "../../print/poppler/Makefile.common"
   
 PKGNAME=                poppler-cpp-${POPPLER_VERS}  PKGNAME=                poppler-cpp-${POPPLER_VERS}
Line 13  CONFLICTS+=  poppler<0.4.5nb1
Line 12  CONFLICTS+=  poppler<0.4.5nb1
 PKGCONFIG_OVERRIDE+=    ${WRKSRC}/poppler-cpp.pc.cmake  PKGCONFIG_OVERRIDE+=    ${WRKSRC}/poppler-cpp.pc.cmake
   
 # Don't build the cairo graphics backend, required by glib.  # Don't build the cairo graphics backend, required by glib.
 CMAKE_ARGS+=    -DCMAKE_DISABLE_FIND_PACKAGE_CAIRO=TRUE  
 # Don't build the cairo graphics backend, required by glib.  
 CMAKE_ARGS+=    -DENABLE_SPLASH=OFF  CMAKE_ARGS+=    -DENABLE_SPLASH=OFF
 # Don't compile GTK+ test program.  # Don't compile GTK+ test program.
 CMAKE_ARGS+=    -DBUILD_GTK_TESTS=OFF  CMAKE_ARGS+=    -DBUILD_GTK_TESTS=OFF
Line 24  CMAKE_ARGS+=    -DENABLE_GLIB=OFF
Line 21  CMAKE_ARGS+=    -DENABLE_GLIB=OFF
 CMAKE_ARGS+=    -DENABLE_UTILS=OFF  CMAKE_ARGS+=    -DENABLE_UTILS=OFF
 # Compile poppler cpp wrapper.  # Compile poppler cpp wrapper.
 CMAKE_ARGS+=    -DENABLE_CPP=ON  CMAKE_ARGS+=    -DENABLE_CPP=ON
 # Don't compile poppler qt4 wrapper.  
 CMAKE_ARGS+=    -DENABLE_QT4=OFF  
 # Don't compile poppler qt5 wrapper.  # Don't compile poppler qt5 wrapper.
 CMAKE_ARGS+=    -DENABLE_QT5=OFF  CMAKE_ARGS+=    -DENABLE_QT5=OFF
 # Don't build libcurl based HTTP support. ## might want to include  # Don't build libcurl based HTTP support. ## might want to include

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

CVSweb <webmaster@jp.NetBSD.org>