mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Make this at least build on the Alpha and mark it broken since it fails
a few tests.
This commit is contained in:
parent
1a06cefa35
commit
2ed596d2e6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18969
@ -3,7 +3,7 @@
|
||||
# Date created: 08 February 1999
|
||||
# Whom: Anton Berezin <tobez@plab.ku.dk>
|
||||
#
|
||||
# $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 <bsd.port.pre.mk>
|
||||
|
||||
.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 \
|
||||
|
12
math/PDL/files/patch-gg
Normal file
12
math/PDL/files/patch-gg
Normal file
@ -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 <float.h>
|
||||
+#ifndef __FreeBSD__
|
||||
#include <nan.h>
|
||||
+#endif
|
||||
#endif
|
||||
#ifndef NANARG
|
||||
#define NANARG
|
Loading…
Reference in New Issue
Block a user