diff options
author | martti <martti@pkgsrc.org> | 2007-10-09 19:19:08 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2007-10-09 19:19:08 +0000 |
commit | bd986edbc7589ee68fff8e2354ef7cb37ad88aa3 (patch) | |
tree | 488c199f5e0dcd8590ae7d8cb773b5ff2390f025 /lang/guile | |
parent | f60e7ea91d1d67decdb632a17986eeb37478c6f4 (diff) | |
download | pkgsrc-bd986edbc7589ee68fff8e2354ef7cb37ad88aa3.tar.gz |
Remove trailing spaces.
Diffstat (limited to 'lang/guile')
-rw-r--r-- | lang/guile/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile index c26c95888a2..f3781267a79 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.75 2007/07/20 00:09:21 gdt Exp $ +# $NetBSD: Makefile,v 1.76 2007/10/09 19:19:10 martti Exp $ DISTNAME= guile-1.8.2 CATEGORIES= lang @@ -18,7 +18,7 @@ PTHREAD_AUTO_VARS= YES INFO_FILES= # PLIST # couldn't figure out how to work around an error on solaris-2.9/sparc with gcc when # compiling ${WRKSRC}/libguile/filesys.c. The warning is that readdir64_r was missing -# a prototype. +# a prototype. CONFIGURE_ARGS+= --disable-error-on-warning #CONFIGURE_ARGS+= --without-threads TEST_DIRS= ${WRKSRC} @@ -33,13 +33,13 @@ OWN_DIRS= ${PREFIX}/share/guile/site # up ./strings.h which tries to include scmconfig.h which doesn't exist # yet. While not a clean fix, this seems to work around the problem. # -# +# # for info on the slib part, see # http://lists.gnu.org/archive/html/guile-user/2006-11/msg00035.html post-patch: ${TOUCH} ${WRKSRC}/libguile/scmconfig.h echo "(define-module (ice-9 slib))" > ${WRKSRC}/ice-9/slib.scm - echo "(load-from-path \"slib/guile.init\")" >> ${WRKSRC}/ice-9/slib.scm + echo "(load-from-path \"slib/guile.init\")" >> ${WRKSRC}/ice-9/slib.scm .if ${OPSYS} == "DragonFly" CONFIGURE_ARGS+= ac_cv_type_complex_double=no |