summaryrefslogtreecommitdiff
path: root/devel/terminality/files/patch-dlgc::Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/terminality/files/patch-dlgc::Makefile')
-rw-r--r--devel/terminality/files/patch-dlgc::Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/terminality/files/patch-dlgc::Makefile b/devel/terminality/files/patch-dlgc::Makefile
new file mode 100644
index 000000000000..ea45f416b8b5
--- /dev/null
+++ b/devel/terminality/files/patch-dlgc::Makefile
@@ -0,0 +1,13 @@
+--- dlgc/Makefile.orig Sun Jan 7 17:53:21 2001
++++ dlgc/Makefile Sun Apr 29 00:13:09 2001
+@@ -4,9 +4,7 @@
+ # Description: DLGC Makefile
+ # Author: Michal Safranek
+
+-CC = gcc
+-CPP = g++
+-CFLAGS = -g -I.. -Wall -DUSE_NCURSES
++CFLAGS += -I.. -DUSE_NCURSES
+ LIBS = -lncurses ../libtn.a
+
+ .SUFFIXES: .c .cpp .h