From 90a6f622c26810cc3a79ccbfb4050f0c9351922c Mon Sep 17 00:00:00 2001 From: pav Date: Tue, 19 Oct 2010 21:51:58 +0000 Subject: - Try to fix build on amd64/6 (untested) Suggested by: maintainer --- lang/polyml/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'lang') diff --git a/lang/polyml/Makefile b/lang/polyml/Makefile index a57fd94485ba..e58aad23901f 100644 --- a/lang/polyml/Makefile +++ b/lang/polyml/Makefile @@ -35,4 +35,10 @@ PLIST_FILES= bin/poly \ MAN1= poly.1 polyimport.1 MANCOMPRESSED= no -.include +.include + +.if ${OSVERSION} < 700000 && ${ARCH} == "amd64" +USE_GCC= 4.2+ +.endif + +.include -- cgit