diff options
Diffstat (limited to '')
-rw-r--r-- | net/xpvm/files/patch-tracer_Makefile.aimk (renamed from net/xpvm/files/patch-tracer:Makefile.aimk) | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/net/xpvm/files/patch-tracer:Makefile.aimk b/net/xpvm/files/patch-tracer_Makefile.aimk index 785f5701f0e9..40ffde65a452 100644 --- a/net/xpvm/files/patch-tracer:Makefile.aimk +++ b/net/xpvm/files/patch-tracer_Makefile.aimk @@ -1,7 +1,6 @@ -diff -ruN xpvm.orig/tracer/Makefile.aimk xpvm/tracer/Makefile.aimk ---- tracer/Makefile.aimk Fri Apr 10 04:40:22 1998 -+++ tracer/Makefile.aimk Thu Apr 1 13:39:33 2004 -@@ -47,7 +47,7 @@ +--- tracer/Makefile.aimk.orig 1998-04-09 20:40:22 UTC ++++ tracer/Makefile.aimk +@@ -47,7 +47,7 @@ PVMLDIR = $(PVMDIR)/lib/$(PVM_ARCH) # Libraries # @@ -10,7 +9,7 @@ diff -ruN xpvm.orig/tracer/Makefile.aimk xpvm/tracer/Makefile.aimk TRCLIBDIR = -L$(TRCDIR)/$(PVM_ARCH) -@@ -71,7 +71,7 @@ +@@ -71,7 +71,7 @@ LIBS = $(LIBDIRS) -l$(TRCLIB) -l$(PVMLI # Include Directories # @@ -19,7 +18,7 @@ diff -ruN xpvm.orig/tracer/Makefile.aimk xpvm/tracer/Makefile.aimk TRCINCL = -I$(TRCDIR) -@@ -90,12 +90,12 @@ +@@ -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 \ |