[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / devel / libtool-base

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

Diff for /pkgsrc/devel/libtool-base/Makefile between version 1.39 and 1.40

version 1.39, 2004/10/03 00:13:31 version 1.40, 2004/10/04 19:48:10
Line 2 
Line 2 
 #  #
   
 PKGNAME=        ${DISTNAME:C/-/-base-/}  PKGNAME=        ${DISTNAME:C/-/-base-/}
   PKGREVISION=    1
 SVR4_PKGNAME=   ltoob  SVR4_PKGNAME=   ltoob
   
 COMMENT=        Generic shared library support script (the script itself)  COMMENT=        Generic shared library support script (the script itself)
Line 21  TEST_TARGET= check
Line 22  TEST_TARGET= check
   
 .if ${OPSYS} == "NetBSD"  .if ${OPSYS} == "NetBSD"
 .  if !exists(/usr/libexec/ld.so) && !exists(/usr/libexec/ld.elf_so)  .  if !exists(/usr/libexec/ld.so) && !exists(/usr/libexec/ld.elf_so)
 CONFIGURE_ARGS=         --disable-shared  CONFIGURE_ARGS+=        --disable-shared
 BUILD_SHLIBTOOL=        NO  BUILD_SHLIBTOOL=        NO
 .  endif  .  endif
 .else  .else
 CONFIGURE_ARGS=         --enable-ltdl-install  CONFIGURE_ARGS+=        --enable-ltdl-install
 .endif  .endif
   
   CONFIGURE_ARGS+=        --with-tags=CXX,F77,GCJ
   
 # The configure script persists in trying to find the path to ld, which  # The configure script persists in trying to find the path to ld, which
 # always ends up in ${BUILDLINK_DIR}.  Prevent it from caring.  # always ends up in ${BUILDLINK_DIR}.  Prevent it from caring.
 #  #

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

CVSweb <webmaster@jp.NetBSD.org>