pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/clisp Force the assumption made by i386-specific ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/44752bfc82f6
branches: trunk
changeset: 351617:44752bfc82f6
user: asau <asau%pkgsrc.org@localhost>
date: Tue Aug 23 20:03:48 2016 +0000
description:
Force the assumption made by i386-specific code.
This fixes build on NetBSD/i386 7.99.34.
diffstat:
lang/clisp/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r ab89b4d0b180 -r 44752bfc82f6 lang/clisp/Makefile
--- a/lang/clisp/Makefile Tue Aug 23 15:54:31 2016 +0000
+++ b/lang/clisp/Makefile Tue Aug 23 20:03:48 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.106 2016/02/23 15:19:23 joerg Exp $
+# $NetBSD: Makefile,v 1.107 2016/08/23 20:03:48 asau Exp $
#
DISTNAME= clisp-2.49
@@ -49,6 +49,10 @@
CONFIGURE_ARGS+= --disable-mmap
.endif
+.if $(MACHINE_ARCH:Mi386)
+CFLAGS+= -falign-functions=4 # force the assumption
+.endif
+
.if ${OPSYS} == "SunOS"
USE_TOOLS+= bash
CONFIG_SHELL= ${TOOLS_PATH.bash}
Home |
Main Index |
Thread Index |
Old Index