From 713b200e639fb3bbaf99476c027a27feb53e420e Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Thu, 1 Apr 2010 05:36:56 +0000 Subject: Mark as broken on powerpc: does not compile. Hat: portmgr --- math/gsl/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'math') diff --git a/math/gsl/Makefile b/math/gsl/Makefile index 0207a694a832..d6e6ddc6645a 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -44,4 +44,10 @@ post-install: regression-test: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} check -.include +.include + +.if ${ARCH} == "powerpc" +BROKEN= Does not compile on powerpc +.endif + +.include -- cgit v1.2.3