ports/net/xpvm/files/patch-tracer_Makefile.aimk
Mathieu Arnold 1a8a092d9f Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches
accordingly.

Sponsored by:	Absolight
2016-06-17 23:28:04 +00:00

35 lines
1.1 KiB
Text

--- 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)