diff options
Diffstat (limited to '')
-rw-r--r-- | chinese/autoconvert/files/patch-aa | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/chinese/autoconvert/files/patch-aa b/chinese/autoconvert/files/patch-aa index 04e28ead8118..e79aa195dff6 100644 --- a/chinese/autoconvert/files/patch-aa +++ b/chinese/autoconvert/files/patch-aa @@ -1,10 +1,18 @@ ---- Makefile.orig Wed Jan 5 13:50:05 2000 -+++ Makefile Sun Apr 2 11:37:04 2000 -@@ -1,6 +1,6 @@ +--- Makefile.orig Mon Jan 8 18:05:51 2001 ++++ Makefile Tue Jan 9 03:03:10 2001 +@@ -1,11 +1,12 @@ CC=gcc --CFLAG=-O2 -g -Iinclude -+CFLAG+=-Iinclude +-CFLAG=-O2 -g -Wall -Iinclude +-LIBS= -Llib -lhz ++CFLAG+=-Iinclude -I/usr/local/include ++LIBS+=-Llib -lhz -L/usr/local/lib -lgnugetopt + .PHONY: all hzlib clean install-home install - all: autob5 autogb hzlib +-all: autob5 autogb hzlib xchat-plugins ++all: autob5 autogb hzlib ++#xchat-plugins + + autob5: autogb + rm -f autob5;ln -s autogb autob5 |