summaryrefslogtreecommitdiff
path: root/misc/dt/patches
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-12-05 15:48:51 +0000
committerfrueauf <frueauf>1998-12-05 15:48:51 +0000
commit47b2d38028f867c2d4ae3ef1383feffaea659e8e (patch)
tree4df76b439068852b251f3455e8f65b0988cb3316 /misc/dt/patches
parenteb53974b52fdfb27295505e20c03e1aaec48e15f (diff)
downloadpkgsrc-47b2d38028f867c2d4ae3ef1383feffaea659e8e.tar.gz
Initial addition of dt-1.1.6, Virtual consoles for NetBSD/mac68k (and macppc?).
Provided on pr 6535 by Frederick Bruckman.
Diffstat (limited to 'misc/dt/patches')
-rw-r--r--misc/dt/patches/patch-aa18
1 files changed, 18 insertions, 0 deletions
diff --git a/misc/dt/patches/patch-aa b/misc/dt/patches/patch-aa
new file mode 100644
index 00000000000..450418ff38b
--- /dev/null
+++ b/misc/dt/patches/patch-aa
@@ -0,0 +1,18 @@
+$NetBSD: patch-aa,v 1.1.1.1 1998/12/05 15:48:51 frueauf Exp $
+
+--- Makefile.orig Sun Nov 24 05:41:26 1996
++++ Makefile Sun Nov 29 15:31:31 1998
+@@ -2,5 +2,5 @@
+
+ #CFLAGS = -g -Wall -Wno-unused
+-CFLAGS = -O6 -Wall -Wno-unused
++CFLAGS += -O6 -Wall -Wno-unused
+ SRCS = main.c vt.c grf.c blit.c event.c kbd.c mouse.c mux.c func.c utmp.c bell.c vers.c
+ LIBS =
+@@ -8,5 +8,5 @@
+ DT = dt
+ # where to install the executable
+-BINDIR = /usr/local/bin
++BINDIR = ${PREFIX}/bin
+
+ all: $(DT)