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

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

Diff for /pkgsrc/cad/spice/Makefile between version 1.48 and 1.49

version 1.48, 2019/06/08 11:04:30 version 1.49, 2020/05/20 06:09:08
Line 42  SUBST_STAGE.conf= pre-configure
Line 42  SUBST_STAGE.conf= pre-configure
 SUBST_FILES.conf=       conf/NetBSD conf/defaults  SUBST_FILES.conf=       conf/NetBSD conf/defaults
 SUBST_VARS.conf=        MAKE_PROGRAM CFLAGS LDFLAGS WRKSRC PREFIX X11BASE  SUBST_VARS.conf=        MAKE_PROGRAM CFLAGS LDFLAGS WRKSRC PREFIX X11BASE
   
   # src/lib/cp//modify.c: In function 'cp_init':
   # src/lib/cp//modify.c:26:17: error: array subscript has type 'char' [-Werror=char-subscripts]
   #          cp_chars[*s] = (CPC_BRR | CPC_BRL);
   # Maybe fix this later.
   BUILDLINK_TRANSFORM+=   rm:-Werror=char-subscripts
   
 do-configure:  do-configure:
         rm -f ${WRKSRC}/makefile          rm -f ${WRKSRC}/makefile
   

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

CVSweb <webmaster@jp.NetBSD.org>