pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
chezscheme: Fix variable alignment
Module Name: pkgsrc-wip
Committed By: Johann Rudloff <johann%sinyax.net@localhost>
Pushed By: cypheon
Date: Wed Mar 15 20:30:25 2023 +0100
Changeset: 7b30cc7f7a23811a9f04887143f7b2d59697a0bc
Modified Files:
chezscheme-racket/Makefile
Log Message:
chezscheme: Fix variable alignment
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7b30cc7f7a23811a9f04887143f7b2d59697a0bc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
chezscheme-racket/Makefile | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diffs:
diff --git a/chezscheme-racket/Makefile b/chezscheme-racket/Makefile
index f106e4b6fc..9db4c108f4 100644
--- a/chezscheme-racket/Makefile
+++ b/chezscheme-racket/Makefile
@@ -28,26 +28,26 @@ CHECK_PORTABILITY_SKIP= src/cs/c/configure
.include "../../mk/bsd.prefs.mk"
# For now, we always build with threads support
-CHEZ_THREADED=t
+CHEZ_THREADED= t
.if ${MACHINE_ARCH} == i386
-CHEZ_ARCH=i3
+CHEZ_ARCH= i3
.elif ${MACHINE_ARCH} == x86_64
-CHEZ_ARCH=a6
+CHEZ_ARCH= a6
.elif ${MACHINE_ARCH} == aarch64
-CHEZ_ARCH=arm64
+CHEZ_ARCH= arm64
.endif
.if ${OPSYS} == NetBSD
-CHEZ_OS=nb
+CHEZ_OS= nb
.elif ${OPSYS} == FreeBSD
-CHEZ_OS=fb
+CHEZ_OS= fb
.elif ${OPSYS} == OpenBSD
-CHEZ_OS=ob
+CHEZ_OS= ob
.elif ${OPSYS} == Linux
-CHEZ_OS=le
+CHEZ_OS= le
.elif ${OPSYS} == Darwin
-CHEZ_OS=osx
+CHEZ_OS= osx
.endif
PLIST_SUBST+= CHEZ_THREADED=${CHEZ_THREADED}
Home |
Main Index |
Thread Index |
Old Index