From 2ed596d2e6f4fe0a21870148a186e3d2918a0371 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 24 May 1999 02:24:00 +0000 Subject: Make this at least build on the Alpha and mark it broken since it fails a few tests. --- math/PDL/Makefile | 6 +++++- math/PDL/files/patch-gg | 12 ++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 math/PDL/files/patch-gg (limited to 'math') diff --git a/math/PDL/Makefile b/math/PDL/Makefile index 9001ffaab336..c265d997a371 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -3,7 +3,7 @@ # Date created: 08 February 1999 # Whom: Anton Berezin # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/04/03 02:13:53 steve Exp $ # DISTNAME= PDL-2.0 @@ -23,6 +23,10 @@ SCRIPTS_ENV= PERL=${PERL} .include +.if ${MACHINE_ARCH} == "alpha" +BROKEN= test script t/flexraw.t fails all 26 tests +.endif + MAN1= PDL::Philosophy.1 PDL::Internals.1 PDL::PP.1 PDL::Tips.1 \ PDL::Dataflow.1 PDL::Indexing.1 PDL::FAQ.1 PDL::Delta.1 \ PDL::Objects.1 PDL::Impatient.1 pdl.1 pod2usage.1 podselect.1 \ diff --git a/math/PDL/files/patch-gg b/math/PDL/files/patch-gg new file mode 100644 index 000000000000..a718b011ed6c --- /dev/null +++ b/math/PDL/files/patch-gg @@ -0,0 +1,12 @@ +--- Basic/Math/mconf.h.orig Sun May 23 10:53:29 1999 ++++ Basic/Math/mconf.h Sun May 23 10:55:49 1999 +@@ -75,7 +75,9 @@ + #endif + #if defined __alpha + #include ++#ifndef __FreeBSD__ + #include ++#endif + #endif + #ifndef NANARG + #define NANARG -- cgit v1.2.3