From 736777f8d307da8665a9d82cc4ca9eca759ed323 Mon Sep 17 00:00:00 2001 From: wxs Date: Thu, 17 Jul 2008 13:19:59 +0000 Subject: Fix build on -CURRENT. PR: ports/125654 Submitted by: Robert Noland --- math/petsc/Makefile | 4 ---- math/petsc/files/patch-bmake::common::rules.shared.basic | 9 +++++---- 2 files changed, 5 insertions(+), 8 deletions(-) (limited to 'math/petsc') diff --git a/math/petsc/Makefile b/math/petsc/Makefile index b292fddf53ae..012e9326d47e 100644 --- a/math/petsc/Makefile +++ b/math/petsc/Makefile @@ -69,10 +69,6 @@ MPIDIR= ${LOCALBASE}/mpich2 .include -.if ${OSVERSION} >= 800000 -BROKEN= does not compile -.endif - .if exists(${LOCALBASE}/mpi/openmpi/bin/mpirun) WITH_OPENMPI= yes MPIDIR= ${LOCALBASE}/mpi/openmpi diff --git a/math/petsc/files/patch-bmake::common::rules.shared.basic b/math/petsc/files/patch-bmake::common::rules.shared.basic index 0b999dfd67ca..067b14b77853 100644 --- a/math/petsc/files/patch-bmake::common::rules.shared.basic +++ b/math/petsc/files/patch-bmake::common::rules.shared.basic @@ -1,9 +1,10 @@ ---- bmake/common/rules.shared.basic.orig Thu Aug 11 01:08:40 2005 -+++ bmake/common/rules.shared.basic Wed Sep 14 21:27:05 2005 -@@ -9,6 +9,7 @@ - +--- bmake/common/rules.shared.basic.orig 2007-05-23 19:30:02.000000000 -0400 ++++ bmake/common/rules.shared.basic 2008-07-15 17:25:37.000000000 -0400 +@@ -10,6 +10,8 @@ shared_solaris2: shared_solaris + shared_solaris2_gnu: shared_solaris_gnu ++shared_freebsd8: shared_freebsd +shared_freebsd7: shared_freebsd shared_freebsd6: shared_freebsd shared_freebsd5: shared_freebsd -- cgit