[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / textproc / lq-sp

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

Diff for /pkgsrc/textproc/lq-sp/Makefile between version 1.17 and 1.18

version 1.17, 2020/01/26 17:32:15 version 1.18, 2020/05/20 06:09:06
Line 19  SUBST_SED.paths= -e 's,/usr/local,${PREF
Line 19  SUBST_SED.paths= -e 's,/usr/local,${PREF
   
 INSTALLATION_DIRS+=     bin  INSTALLATION_DIRS+=     bin
   
   # CmdLineApp.cxx: In member function 'StringC CmdLineApp::usageString()':
   # CmdLineApp.cxx:115:35: error: array subscript has type 'char' [-Werror=char-subscripts]
   #      else if (!hadOption[optstr_[i]]) {
   #                                   ^
   # Maybe fix this later.
   BUILDLINK_TRANSFORM+=   rm:-Werror=char-subscripts
   
 do-install:  do-install:
         ${INSTALL_PROGRAM} ${WRKSRC}/nsgmls/lq-nsgmls ${DESTDIR}${PREFIX}/bin          ${INSTALL_PROGRAM} ${WRKSRC}/nsgmls/lq-nsgmls ${DESTDIR}${PREFIX}/bin
   

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

CVSweb <webmaster@jp.NetBSD.org>