diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-02-20 07:19:40 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-02-20 07:19:40 +0000 |
commit | 21aa821602b29138dfa09717212f04b1f70b283d (patch) | |
tree | 66a63d3059108c2709b7d2014808d8ba96af7ad1 /sysutils/top/patches | |
parent | bd39a5a391e7c80e448250e6a30f797db267af28 (diff) | |
download | pkgsrc-21aa821602b29138dfa09717212f04b1f70b283d.tar.gz |
More UVM mods.
Diffstat (limited to 'sysutils/top/patches')
-rw-r--r-- | sysutils/top/patches/patch-ac | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/sysutils/top/patches/patch-ac b/sysutils/top/patches/patch-ac index fdd5bab2105..2911afd7ca5 100644 --- a/sysutils/top/patches/patch-ac +++ b/sysutils/top/patches/patch-ac @@ -1,6 +1,19 @@ ---- Makefile.X.orig Wed Nov 20 03:19:24 1996 -+++ Makefile.X Mon Feb 16 20:31:17 1998 -@@ -100,10 +100,10 @@ +]2;feyrer@yui:/usr/pkgsrc/sysutils/top/work/top-3.5beta7 ]1;yui--- Makefile.X.orig Wed Nov 20 03:19:24 1996 ++++ Makefile.X Fri Feb 20 08:11:35 1998 +@@ -55,6 +55,12 @@ + TERMCAP = %termcap% + + CFLAGS = %cflgs% $(CDEFS) ++.ifndef UVM ++UVM= ++.endif ++.if ${UVM} != "" ++CFLAGS+= -DUVM ++.endif + LINTFLAGS = -x $(CDEFS) + + all: Makefile top.local.h top +@@ -100,10 +106,10 @@ install: top top.1 install-top install-$(MANSTY) install-top: |