pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/clisp



Module Name:    pkgsrc
Committed By:   asau
Date:           Tue Aug 23 20:03:48 UTC 2016

Modified Files:
        pkgsrc/lang/clisp: Makefile

Log Message:
Force the assumption made by i386-specific code.
This fixes build on NetBSD/i386 7.99.34.


To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 pkgsrc/lang/clisp/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/clisp/Makefile
diff -u pkgsrc/lang/clisp/Makefile:1.106 pkgsrc/lang/clisp/Makefile:1.107
--- pkgsrc/lang/clisp/Makefile:1.106    Tue Feb 23 15:19:23 2016
+++ pkgsrc/lang/clisp/Makefile  Tue Aug 23 20:03:48 2016
@@ -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 @@ TEST_TARGET=         check mod-check
 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