mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Fix build on -CURRENT.
PR: ports/125654 Submitted by: Robert Noland <rnoland@2hip.net>
This commit is contained in:
parent
f0dd413999
commit
f69109467c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=216952
@ -69,10 +69,6 @@ MPIDIR= ${LOCALBASE}/mpich2
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 800000
|
||||
BROKEN= does not compile
|
||||
.endif
|
||||
|
||||
.if exists(${LOCALBASE}/mpi/openmpi/bin/mpirun)
|
||||
WITH_OPENMPI= yes
|
||||
MPIDIR= ${LOCALBASE}/mpi/openmpi
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user