From ecd19d3b7b07b2ec5f3c5b3df85dd5a9dee65d67 Mon Sep 17 00:00:00 2001 From: Volker Stolz Date: Mon, 12 Dec 2005 10:19:17 +0000 Subject: Unbreak on 4.x: Builds fine with GCC 3.4+ --- math/pspp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/pspp/Makefile b/math/pspp/Makefile index ece59bfe0938..bb714c3c3787 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -27,7 +27,7 @@ INFO= pspp .include .if ${OSVERSION} < 500000 -BROKEN= "does not compile" +USE_GCC= 3.4+ .endif .include -- cgit v1.2.3