summaryrefslogtreecommitdiff
path: root/editors/dhex/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'editors/dhex/patches/patch-ac')
-rw-r--r--editors/dhex/patches/patch-ac15
1 files changed, 0 insertions, 15 deletions
diff --git a/editors/dhex/patches/patch-ac b/editors/dhex/patches/patch-ac
deleted file mode 100644
index 447a0e2de23..00000000000
--- a/editors/dhex/patches/patch-ac
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ac,v 1.2 2019/06/08 10:40:53 rillig Exp $
-
-disable one compiler flag
-
---- Makefile.orig 2011-02-25 16:20:02.000000000 +0100
-+++ Makefile 2011-02-25 16:21:03.000000000 +0100
-@@ -1,7 +1,7 @@
- CC= gcc
- LDFLAGS= -L/usr/lib -L/usr/local/lib -L/usr/lib/ncurses -L/usr/local/lib/ncurses
- CPPFLAGS= -I/usr/include -I/usr/local/include -I/usr/include/ncurses -I/usr/local/include/ncurses
--CFLAGS= -O3 -Wall -std=c99
-+CFLAGS= #-O3 -Wall -std=c99
- #CFLAGS+= -ffunction-sections -fdata-sections
- #LDFLAGS+= --gc-sections
- LIBS= -lncurses