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.patch | 18 |
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 @@ +diff --git a/Makefile b/Makefile +index 17c5302..47f5075 100644 +--- a/Makefile ++++ b/Makefile +@@ -6,11 +6,11 @@ + + VERSION = 1.60 + +-LIBS = -lztxt ++LIBS += -lztxt + INCLUDE = -I../common -I. + + CC = gcc +-CFLAGS = -Wall -O2 -pipe $(INCLUDE) ++CFLAGS += -Wall -O2 -pipe $(INCLUDE) + # GNU make is mandatory + #MAKE = make + |