diff options
Diffstat (limited to 'sysutils/lsof/patches/patch-aa')
-rw-r--r-- | sysutils/lsof/patches/patch-aa | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/lsof/patches/patch-aa b/sysutils/lsof/patches/patch-aa new file mode 100644 index 00000000000..7990d307610 --- /dev/null +++ b/sysutils/lsof/patches/patch-aa @@ -0,0 +1,14 @@ +--- dialects/n+obsd/Makefile.orig Tue Feb 17 01:51:59 1998 ++++ dialects/n+obsd/Makefile Thu Apr 2 11:20:07 1998 +@@ -12,7 +12,11 @@ + L=/usr/include/local + P= + ++.if ${UVM} != "" ++DEBUG= -O -DUVM ++.else + DEBUG= -O ++.endif + + CDEF= + CDEFS= ${CDEF} ${CFGF} |