From 9b905cb1c86ab75bd7baa51dbb77983d950fe989 Mon Sep 17 00:00:00 2001 From: Clement Laforet Date: Fri, 23 Jan 2004 23:08:22 +0000 Subject: - Fix build on -STABLE PR: 61806 Submitted by: Thierry Thomas (maintainer) Reported by: bento via kris --- math/freefem++/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/math/freefem++/Makefile b/math/freefem++/Makefile index 482948d1c6ca..8fc0df53dca4 100644 --- a/math/freefem++/Makefile +++ b/math/freefem++/Makefile @@ -29,6 +29,10 @@ DOCS= BUGS COPYRIGHT HISTORY README DOC/manual.pdf .include +.if ${OSVERSION} < 501103 +USE_GCC= 3.2 +.endif + HOSTTYPE!= ${UNAME} -s post-patch: -- cgit v1.2.3