diff options
author | arved <arved@FreeBSD.org> | 2004-03-29 16:35:45 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-03-29 16:35:45 +0800 |
commit | 5c3f1ccbf807d241b05a0644900a0ed534536f42 (patch) | |
tree | 240b54920ad93976b43d0f503eda145de2431f16 /net/pvm | |
parent | 573b273c4784844ffa1b5ef7769e59f68c488dbe (diff) | |
download | freebsd-ports-gnome-5c3f1ccbf807d241b05a0644900a0ed534536f42.tar.gz freebsd-ports-gnome-5c3f1ccbf807d241b05a0644900a0ed534536f42.tar.zst freebsd-ports-gnome-5c3f1ccbf807d241b05a0644900a0ed534536f42.zip |
Tell pvm that FreeBSD supports amd64/ia64/sparc64
Remove BROKEN.
Diffstat (limited to 'net/pvm')
-rw-r--r-- | net/pvm/Makefile | 4 | ||||
-rw-r--r-- | net/pvm/files/patch-pvmgetarch | 12 |
2 files changed, 12 insertions, 4 deletions
diff --git a/net/pvm/Makefile b/net/pvm/Makefile index f67129cf83db..c71bef91d441 100644 --- a/net/pvm/Makefile +++ b/net/pvm/Makefile @@ -111,10 +111,6 @@ MLINKS= pvm_intro.1 PVM.1 pvmd3.1 pvmd.1 \ .include <bsd.port.pre.mk> -.if ${ARCH} != "i386" && ${ARCH} != "alpha" -BROKEN= "Does not compile on !i386 and !alpha" -.endif - pre-patch: @${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' \ ${WRKSRC}/tracer/tracer.h ${WRKSRC}/tracer/trclib.h \ diff --git a/net/pvm/files/patch-pvmgetarch b/net/pvm/files/patch-pvmgetarch new file mode 100644 index 000000000000..9d1e00bd1bab --- /dev/null +++ b/net/pvm/files/patch-pvmgetarch @@ -0,0 +1,12 @@ +--- lib/pvmgetarch.orig Thu Sep 27 23:24:04 2001 ++++ lib/pvmgetarch Mon Mar 29 10:31:39 2004 +@@ -77,6 +77,9 @@ + BSD/OS,i[3456]86 ) ARCH=BSD386 ;; + FreeBSD,i[3456]86 ) ARCH=FREEBSD ;; + FreeBSD,alpha ) ARCH=FREEBSD ;; ++ FreeBSD,amd64 ) ARCH=FREEBSD ;; ++ FreeBSD,ia64 ) ARCH=FREEBSD ;; ++ FreeBSD,sparc64 ) ARCH=FREEBSD ;; + SUPER-UX,SX-3 ) ARCH=SX3 ;; + uts,* ) ARCH=UTS2 ;; + realix,M88* ) ARCH=M88K ;; |