aboutsummaryrefslogtreecommitdiff
path: root/editors/dte/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'editors/dte/files/patch-aa')
-rw-r--r--editors/dte/files/patch-aa25
1 files changed, 0 insertions, 25 deletions
diff --git a/editors/dte/files/patch-aa b/editors/dte/files/patch-aa
deleted file mode 100644
index ac4043ecb353..000000000000
--- a/editors/dte/files/patch-aa
+++ /dev/null
@@ -1,25 +0,0 @@
---- Makefile.orig Mon Jan 18 07:04:04 1999
-+++ Makefile Thu Nov 2 17:36:28 2000
-@@ -1,15 +1,17 @@
- # Make dte for UNIX [Debian Linux] systems
-
--BINDIR = $(DESTDIR)/usr/bin
--LIBDIR = $(DESTDIR)/usr/lib
--MANDIR = $(DESTDIR)/usr/man/man1
-+BINDIR = $(PREFIX)/bin
-+LIBDIR = $(PREFIX)/share/doc/dte
-+MANDIR = $(PREFIX)/man/man1
- OBJECTS = ed.o utils.o findrep.o block.o hwind.o hwlinux.o window.o
-
--CCFLAGS = -O2 -m486 -Wall -DHELPFILE='"'${LIBDIR}/dte.hlp'"' -DPROTO -DCURSOR_PS2_MOUSE
-+CCFLAGS += -DHELPFILE='"'${LIBDIR}/dte.hlp'"' -DPROTO -DCURSOR_PS2_MOUSE ${CFLAGS}
-
- .c.o: ; cc $(CCFLAGS) -c -DUNIX $*.c
-
--dte: $(OBJECTS) ; cc $(CCFLAGS) -o dte $(OBJECTS) -lncurses
-+all: dte
-+
-+dte: $(OBJECTS) ; cc $(CCFLAGS) -o dte $(OBJECTS) -lncurses -lcompat
-
- install: dte ;\
- strip dte ;\