summaryrefslogtreecommitdiff
path: root/net/xpvm/files/patch-tracer_Makefile.aimk
diff options
context:
space:
mode:
Diffstat (limited to 'net/xpvm/files/patch-tracer_Makefile.aimk')
-rw-r--r--net/xpvm/files/patch-tracer_Makefile.aimk35
1 files changed, 35 insertions, 0 deletions
diff --git a/net/xpvm/files/patch-tracer_Makefile.aimk b/net/xpvm/files/patch-tracer_Makefile.aimk
new file mode 100644
index 000000000000..40ffde65a452
--- /dev/null
+++ b/net/xpvm/files/patch-tracer_Makefile.aimk
@@ -0,0 +1,35 @@
+--- tracer/Makefile.aimk.orig 1998-04-09 20:40:22 UTC
++++ tracer/Makefile.aimk
+@@ -47,7 +47,7 @@ PVMLDIR = $(PVMDIR)/lib/$(PVM_ARCH)
+ # Libraries
+ #
+
+-PVMLIBDIR = -L$(PVMDIR)/lib/$(PVM_ARCH)
++PVMLIBDIR = -L$(LOCALBASE)/lib
+
+ TRCLIBDIR = -L$(TRCDIR)/$(PVM_ARCH)
+
+@@ -71,7 +71,7 @@ LIBS = $(LIBDIRS) -l$(TRCLIB) -l$(PVMLI
+ # Include Directories
+ #
+
+-PVMINCL = -I$(PVMDIR)/include
++PVMINCL = -I$(LOCALBASE)/include
+
+ TRCINCL = -I$(TRCDIR)
+
+@@ -90,12 +90,12 @@ TRCOBJS = trcmess.o trcfile.o trccompat
+ HEADERS = $(SRCDIR)/tracer.h $(SRCDIR)/trcglob.h \
+ $(TRCDIR)/trcdef.h $(TRCDIR)/trctype.h \
+ $(TRCDIR)/trcproto.h \
+- $(PVMDIR)/include/pvm3.h $(PVMDIR)/include/pvmtev.h
++ $(LOCALBASE)/include/pvm3.h $(LOCALBASE)/include/pvmtev.h
+
+ TRCHEADERS = $(TRCDIR)/trclib.h $(TRCDIR)/trctype.h \
+ $(TRCDIR)/trcproto.h \
+ $(TRCDIR)/trccompat.h $(TRCDIR)/trccompatrev.h \
+- $(PVMDIR)/include/pvm3.h $(PVMDIR)/include/pvmtev.h
++ $(LOCALBASE)/include/pvm3.h $(LOCALBASE)/include/pvmtev.h
+
+ PROGS = $(PVMXDIR)/tracer$(EXESFX) $(PVMXDIR)/trcsort$(EXESFX)
+