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

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

Diff for /pkgsrc/lang/mono/Makefile between version 1.136 and 1.137

version 1.136, 2013/05/31 12:41:11 version 1.137, 2013/06/05 17:03:55
Line 24  EXTRACT_USING= gtar
Line 24  EXTRACT_USING= gtar
 GNU_CONFIGURE=          yes  GNU_CONFIGURE=          yes
 CONFIGURE_ARGS+=        --sysconfdir=${PKG_SYSCONFDIR:Q} --with-icu=yes  CONFIGURE_ARGS+=        --sysconfdir=${PKG_SYSCONFDIR:Q} --with-icu=yes
 CONFIGURE_ARGS+=        --with-preview=yes --with-libgdiplus=installed  CONFIGURE_ARGS+=        --with-preview=yes --with-libgdiplus=installed
   CONFIGURE_ARGS+=        --disable-dtrace
   
 .include "options.mk"  .include "options.mk"
   
Line 128  SUBST_MESSAGE.fix-libx11= Fixing libX11 
Line 129  SUBST_MESSAGE.fix-libx11= Fixing libX11 
 SUBST_FILES.fix-libx11=         configure  SUBST_FILES.fix-libx11=         configure
 SUBST_SED.fix-libx11=           -e 's,@X11BASE@,${X11BASE},g'  SUBST_SED.fix-libx11=           -e 's,@X11BASE@,${X11BASE},g'
   
   .include "../../mk/bsd.prefs.mk"
   
   .if ${OPSYS} == "SunOS"
   CONFIGURE_ENV+=                 ac_cv_func_getdomainname=no
   CONFIGURE_ENV+=                 ac_cv_func_setdomainname=no
   .endif
   
 post-install:  post-install:
         ${INSTALL_DATA} ${WRKSRC}/data/net_4_5/DefaultWsdlHelpGenerator.aspx \          ${INSTALL_DATA} ${WRKSRC}/data/net_4_5/DefaultWsdlHelpGenerator.aspx \
                 ${DESTDIR}${EGDIR}/4.5/DefaultWsdlHelpGenerator.aspx                  ${DESTDIR}${EGDIR}/4.5/DefaultWsdlHelpGenerator.aspx

Legend:
Removed from v.1.136  
changed lines
  Added in v.1.137

CVSweb <webmaster@jp.NetBSD.org>