diff options
| author | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-01-23 22:45:38 +0100 |
|---|---|---|
| committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-01-23 23:40:09 +0100 |
| commit | 6d53bfcea40ff7b67de11a398f0dfc014543b060 (patch) | |
| tree | 75afe20cafa01d415d01e52e20fd7355d4d03960 /testing/drawterm/respect-cflags.patch | |
| parent | f5150b2dd9707789a0fcacdde11f87fc15544ae3 (diff) | |
| download | aports-6d53bfcea40ff7b67de11a398f0dfc014543b060.tar.bz2 aports-6d53bfcea40ff7b67de11a398f0dfc014543b060.tar.xz | |
testing/drawterm: fix segfault when starting rio
Diffstat (limited to 'testing/drawterm/respect-cflags.patch')
| -rw-r--r-- | testing/drawterm/respect-cflags.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/drawterm/respect-cflags.patch b/testing/drawterm/respect-cflags.patch deleted file mode 100644 index dabf21332d..0000000000 --- a/testing/drawterm/respect-cflags.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -upr drawterm-20161016.orig/Make.unix drawterm-20161016/Make.unix ---- drawterm-20161016.orig/Make.unix 2016-10-16 23:17:32.141093131 +0200 -+++ drawterm-20161016/Make.unix 2016-10-16 23:17:55.724316992 +0200 -@@ -6,7 +6,8 @@ AS=as - RANLIB=ranlib - X11=/usr/X11R6 - CC=gcc --CFLAGS=-Wall -Wno-missing-braces -ggdb -I$(ROOT) -I$(ROOT)/include -I$(ROOT)/kern -c -I$(X11)/include -D_THREAD_SAFE $(PTHREAD) -O2 -+CFLAGS?=-O2 -+CFLAGS+=-Wall -Wno-missing-braces -ggdb -I$(ROOT) -I$(ROOT)/include -I$(ROOT)/kern -c -I$(X11)/include -D_THREAD_SAFE $(PTHREAD) - O=o - OS=posix - GUI=x11 |
