pkgsrc-WIP-changes archive

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

fasttree: Disable SSE to allow portable builds



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Mon Nov 5 15:11:08 2018 -0600
Changeset:	4b26c398a7cd7f67e0245278c6b87982015bf903

Modified Files:
	fasttree/Makefile

Log Message:
fasttree: Disable SSE to allow portable builds

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4b26c398a7cd7f67e0245278c6b87982015bf903

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

diffstat:
 fasttree/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/fasttree/Makefile b/fasttree/Makefile
index daada82d88..33f003a5cc 100644
--- a/fasttree/Makefile
+++ b/fasttree/Makefile
@@ -17,7 +17,7 @@ LICENSE=	gnu-gpl-v2
 
 WRKSRC=		${WRKDIR}
 
-CFLAGS=		-fopenmp
+CFLAGS=		-fopenmp -DNO_SSE
 
 PORTVERSION=	2.1.10
 


Home | Main Index | Thread Index | Old Index