mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 04:18:55 -04:00
16 lines
538 B
Plaintext
16 lines
538 B
Plaintext
$NetBSD: patch-aa,v 1.2 2012/12/27 06:13:20 dholland Exp $
|
|
|
|
- add defines to enable standard things
|
|
|
|
--- Makefile.orig 2005-12-28 22:07:58.000000000 +0100
|
|
+++ Makefile
|
|
@@ -5,7 +5,7 @@
|
|
# te_sunw makes teco to run in a Sun window
|
|
# te_tool makes teco to run either in its own window (TECOtool) or in a Sun window
|
|
# tt makes TECOtool
|
|
-CDF=-O -DMCH
|
|
+CDF=-O -DMCH -DWAITRET_INT -DPOSIX_TECO
|
|
|
|
te: te_data.o te_utils.o te_subs.o te_main.o te_rdcmd.o te_exec0.o te_exec1.o te_exec2.o \
|
|
te_srch.o te_chario.o te_window.o te_fxstub.o
|