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

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

Diff for /pkgsrc/multimedia/xawtv/Makefile between version 1.3 and 1.4

version 1.3, 2004/04/18 07:11:29 version 1.4, 2004/07/19 23:56:21
Line 33  SUBST_SED.devoss= -e 's|/dev/dsp|${DEVOS
Line 33  SUBST_SED.devoss= -e 's|/dev/dsp|${DEVOS
   
 .include "../../mk/bsd.prefs.mk"  .include "../../mk/bsd.prefs.mk"
   
 .if defined(USE_MMX) && !empty(USE_MMX:M[Yy][Ee][Ss])  .if !empty(MACHINE_ARCH:Mi386)
   BUILD_DEFS+=            USE_MMX
   .  if defined(USE_MMX) && !empty(USE_MMX:M[Yy][Ee][Ss])
 CONFIGURE_ARGS+=        --enable-mmx  CONFIGURE_ARGS+=        --enable-mmx
   .  endif
 .endif  .endif
   
 .include "../../devel/ncurses/buildlink3.mk"  .include "../../devel/ncurses/buildlink3.mk"

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb <webmaster@jp.NetBSD.org>