From c485564f09642aefcfa2ec23ac887589f7dc1843 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Mon, 16 Apr 2007 21:06:52 +0000 Subject: app-pda/makeztxt: make 32bits on amd64 --- (limited to 'app-pda/makeztxt/files') 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 + -- cgit v0.9.0.2