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

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

Diff for /pkgsrc/wm/fluxbox/Makefile between version 1.20 and 1.21

version 1.20, 2005/03/24 15:00:40 version 1.21, 2005/03/30 11:57:57
Line 19  GNU_CONFIGURE= YES
Line 19  GNU_CONFIGURE= YES
 USE_GNU_TOOLS=  make  USE_GNU_TOOLS=  make
 USE_LIBTOOL=    YES  USE_LIBTOOL=    YES
   
   .include "../../mk/bsd.prefs.mk"
   
   # Workaround for pkg/29825 -- older compilers apparently
   # have problems building this package.
   .if (${MACHINE_PLATFORM:MNetBSD-2.0*-*} != "")
   BUILDLINK_TRANSFORM+=   rename:-O2:-O1
   .endif
   
 CONFIGURE_ARGS+=        --enable-nls  CONFIGURE_ARGS+=        --enable-nls
 CONFIGURE_ARGS+=        --enable-xinerama  CONFIGURE_ARGS+=        --enable-xinerama
   
 .include "../../mk/bsd.prefs.mk"  
 .include "options.mk"  .include "options.mk"
   
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

CVSweb <webmaster@jp.NetBSD.org>