diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-02-25 14:42:55 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-02-25 14:42:55 +0000 |
commit | 39aae52e063ed023435320f21c58a1c16d866d1f (patch) | |
tree | 0285cf003fd624dc16685552fba2f200571a98ff /lang/guile | |
parent | 113ff2274f575cf33db39900e0a169183f6f9c2d (diff) | |
download | pkgsrc-39aae52e063ed023435320f21c58a1c16d866d1f.tar.gz |
Use OPSYSVARS.
Diffstat (limited to 'lang/guile')
-rw-r--r-- | lang/guile/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile index 860ce978893..8c141ff214b 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.104 2013/11/13 22:49:31 joerg Exp $ +# $NetBSD: Makefile,v 1.105 2016/02/25 14:42:56 jperkin Exp $ DISTNAME= guile-1.8.8 PKGREVISION= 6 @@ -48,9 +48,7 @@ post-patch: ${ECHO} "(define-module (ice-9 slib))" > ${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 -.endif +CONFIGURE_ARGS.DragonFly+= ac_cv_type_complex_double=no .if ${OPSYS} == "Darwin" #This define has been reported to break builds on 10.8. |