summaryrefslogtreecommitdiff
path: root/app-pda/makeztxt/files/makeztxt-1.60-cflags.patch
Unidiff
Diffstat (limited to 'app-pda/makeztxt/files/makeztxt-1.60-cflags.patch') (more/less context) (ignore whitespace changes)
-rw-r--r--app-pda/makeztxt/files/makeztxt-1.60-cflags.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/app-pda/makeztxt/files/makeztxt-1.60-cflags.patch b/app-pda/makeztxt/files/makeztxt-1.60-cflags.patch
new file mode 100644
index 0000000..e30f504
--- a/dev/null
+++ b/app-pda/makeztxt/files/makeztxt-1.60-cflags.patch
@@ -0,0 +1,18 @@
1diff --git a/Makefile b/Makefile
2index 17c5302..47f5075 100644
3--- a/Makefile
4+++ b/Makefile
5@@ -6,11 +6,11 @@
6
7 VERSION= 1.60
8
9 -LIBS= -lztxt
10 +LIBS+= -lztxt
11 INCLUDE= -I../common -I.
12
13 CC= gcc
14 -CFLAGS= -Wall -O2 -pipe $(INCLUDE)
15 +CFLAGS+= -Wall -O2 -pipe $(INCLUDE)
16 # GNU make is mandatory
17 #MAKE= make
18