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

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

Diff for /pkgsrc/lang/gauche/Makefile between version 1.28 and 1.29

version 1.28, 2005/01/16 08:57:55 version 1.29, 2005/03/07 03:16:46
Line 2 
Line 2 
 #  #
   
 DISTNAME=       Gauche-0.8.3  DISTNAME=       Gauche-0.8.3
 PKGREVISION=    # empty  PKGREVISION=    1
 CATEGORIES=     lang  CATEGORIES=     lang
 MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:=gauche/}  MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:=gauche/}
 EXTRACT_SUFX=   .tgz  EXTRACT_SUFX=   .tgz
Line 13  COMMENT= R5RS Scheme implementation aime
Line 13  COMMENT= R5RS Scheme implementation aime
   
 DEPENDS+=       slib-[0-9]*:../../devel/slib  DEPENDS+=       slib-[0-9]*:../../devel/slib
   
   .include "options.mk"
   
   # This is ad-hoc.  TRT would be to fix configure scripts, but that
   # would be also very tedious...
   SUBST_CLASSES+=         lgdbm
   SUBST_STAGE.lgdbm=      pre-configure
   SUBST_FILES.lgdbm=      configure
   SUBST_SED.lgdbm=        -e 's|"-lgdbm"|"${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.gdbm}/lib -lgdbm"|g'
   
 GNU_CONFIGURE=  yes  GNU_CONFIGURE=  yes
 USE_BUILDLINK3= yes  USE_BUILDLINK3= yes
 CONFIGURE_ARGS+=        --with-slib=${PREFIX}/share/slib  CONFIGURE_ARGS+=        --with-slib=${PREFIX}/share/slib
Line 26  LDFLAGS+=  ${BUILDLINK_LIBICONV_LDADD}
Line 35  LDFLAGS+=  ${BUILDLINK_LIBICONV_LDADD}
 USE_MAKEINFO=           YES  USE_MAKEINFO=           YES
 INFO_FILES=             gauche-refe.info gauche-refj.info  INFO_FILES=             gauche-refe.info gauche-refj.info
   
 .include "../../mk/bsd.prefs.mk"  
 .if defined(GAUCHE_MULTIBYTE)  
 CONFIGURE_ARGS+=        --enable-multibyte=${GAUCHE_MULTIBYTE}  
 .endif  
   
 .include "../../devel/boehm-gc/buildlink3.mk"  .include "../../devel/boehm-gc/buildlink3.mk"
 .include "../../converters/libiconv/buildlink3.mk"  .include "../../converters/libiconv/buildlink3.mk"
 .include "../../mk/dlopen.buildlink3.mk"  .include "../../mk/dlopen.buildlink3.mk"

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

CVSweb <webmaster@jp.NetBSD.org>