[BACK]Return to Makefile.common CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / databases / mysql4-client

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

Diff for /pkgsrc/databases/mysql4-client/Attic/Makefile.common between version 1.54 and 1.55

version 1.54, 2006/08/31 12:42:42 version 1.55, 2006/10/18 13:22:04
Line 66  CONFIGURE_ARGS+= --with-charset=${MYSQL_
Line 66  CONFIGURE_ARGS+= --with-charset=${MYSQL_
 CONFIGURE_ARGS+=        --with-extra-charsets=${MYSQL_EXTRA_CHARSET:Q}  CONFIGURE_ARGS+=        --with-extra-charsets=${MYSQL_EXTRA_CHARSET:Q}
   
 .if !empty(MACHINE_ARCH:Mi386) && ${OPSYS} != "Interix" && \  .if !empty(MACHINE_ARCH:Mi386) && ${OPSYS} != "Interix" && \
         ${OPSYS} != "SunOS"          ${OPSYS} != "SunOS" && ${OPSYS} != "Darwin"
 CONFIGURE_ARGS+=        --enable-assembler  CONFIGURE_ARGS+=        --enable-assembler
 .endif  .endif
   

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55

CVSweb <webmaster@jp.NetBSD.org>