summaryrefslogtreecommitdiff
path: root/lang/guile
diff options
context:
space:
mode:
authormartti <martti>2007-10-09 19:19:08 +0000
committermartti <martti>2007-10-09 19:19:08 +0000
commit938815e974ba1837f52f5e07c1f8a6d699623b0e (patch)
tree488c199f5e0dcd8590ae7d8cb773b5ff2390f025 /lang/guile
parent99316d5df9b3864c86a5d898f140fcdfd309e17c (diff)
downloadpkgsrc-938815e974ba1837f52f5e07c1f8a6d699623b0e.tar.gz
Remove trailing spaces.
Diffstat (limited to 'lang/guile')
-rw-r--r--lang/guile/Makefile8
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