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

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

Diff for /pkgsrc/graphics/librsvg/Makefile between version 1.126 and 1.127

version 1.126, 2020/12/26 23:39:30 version 1.127, 2020/12/27 02:34:54
Line 14  LICENSE= gnu-lgpl-v2.1
Line 14  LICENSE= gnu-lgpl-v2.1
 MAKE_JOBS_SAFE= NO  MAKE_JOBS_SAFE= NO
 MAKE_FLAGS+=    CARGO_MAKE_JOBS=-j${_MAKE_JOBS_N}  MAKE_FLAGS+=    CARGO_MAKE_JOBS=-j${_MAKE_JOBS_N}
   
 .include "available.mk"  
   
 # FIXME: librsvg-c should have a different PKGBASE so that the newer rust  
 # version doesn't get mistakenly used in bulk build environments.  
 .if ${LIBRSVG_TYPE:tl} == "c"  
 NOT_FOR_BULK_PLATFORM=  *-*-*  
 .endif  
   
 USE_LIBTOOL=            yes  USE_LIBTOOL=            yes
 USE_TOOLS+=             pkg-config gmake aclocal autoconf automake  USE_TOOLS+=             pkg-config gmake aclocal autoconf automake
 USE_LANGUAGES+=         c c++  USE_LANGUAGES+=         c c++

Legend:
Removed from v.1.126  
changed lines
  Added in v.1.127

CVSweb <webmaster@jp.NetBSD.org>