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

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

Diff for /pkgsrc/databases/db4/Makefile between version 1.8 and 1.9

version 1.8, 2003/12/07 00:51:07 version 1.9, 2003/12/08 23:15:05
Line 23  CONFIGURE_ARGS+= --enable-shared
Line 23  CONFIGURE_ARGS+= --enable-shared
 CONFIGURE_ARGS+=        --includedir=${PREFIX}/include/db4  CONFIGURE_ARGS+=        --includedir=${PREFIX}/include/db4
 CONFIGURE_ARGS+=        --program-transform-name=s,db_,db4_,  CONFIGURE_ARGS+=        --program-transform-name=s,db_,db4_,
   
   # NetBSD-sparc64-1.6*'s f77 makes configure failing and as f77 is not
   # needed for this package the following does no harm on other platform.
   FC=     ${FALSE}
   F77=    ${FALSE}
   
 .if defined(WITH_JAVA) && (${WITH_JAVA} == "YES")  .if defined(WITH_JAVA) && (${WITH_JAVA} == "YES")
 CONFIGURE_ARGS+=        --enable-java  CONFIGURE_ARGS+=        --enable-java
 .  include "../../mk/java-vm.mk"  .  include "../../mk/java-vm.mk"

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

CVSweb <webmaster@jp.NetBSD.org>