111c5e466b
-Add USE_FORTRAN to the package Makefile for correct handling of the required fortran compiler. -Fix the .m4 files which control how fortran symbols are handled. -Rework package to use a different PVM_ARCH for each MACHINE_ARCH. As opposed to a single PVM_ARCH. This addresses PR pkg/6890 (Thanks to Ignatios Souvatzis for the PR). -Rework package to install missing programs including: pvmgetarch, aimk debugger, debugger2, and the configuration stubs (*.def, *.m4). This address part of PR pkg/6924 (Thanks to Ignatios Souvatzis for the PR). -Rework package to maintain the normal pvm3 directory layout so that only one variable (PVM_ROOT) has to be set to a non-traditional value. This address the remainder of PR pkg/6924 (Thanks again Ig!).
15 lines
415 B
Text
15 lines
415 B
Text
$NetBSD: patch-ao,v 1.2 1999/11/23 16:05:31 dmcmahill Exp $
|
|
|
|
--- /dev/null Mon Nov 1 14:10:37 1999
|
|
+++ ./conf/NETBSDARM32.def Mon Nov 1 16:55:03 1999
|
|
@@ -0,0 +1,10 @@
|
|
+ARCHCFLAGS = -DSOCKADHASLEN -DRSHCOMMAND=\"${LOCALBASE}/bin/ssh\" \
|
|
+ -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST
|
|
+ARCHDLIB =
|
|
+ARCHDOBJ =
|
|
+ARCHLIB =
|
|
+HASRANLIB = t
|
|
+AR = ar
|
|
+PVM_ARCH = NETBSDARM32
|
|
+MAKE = make
|
|
+#MAKE = gmake
|