aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/autoconvert
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2000-04-02 12:50:22 +0800
committervanilla <vanilla@FreeBSD.org>2000-04-02 12:50:22 +0800
commit6ed776154efc3a4da6e0476951dd9faebb3ea565 (patch)
treedad943fed7c51d944464e5c02d2d9338f02215c3 /chinese/autoconvert
parent8be9691aa64379194cf8bb4e1f67a5fd3a5105e0 (diff)
downloadfreebsd-ports-gnome-6ed776154efc3a4da6e0476951dd9faebb3ea565.tar.gz
freebsd-ports-gnome-6ed776154efc3a4da6e0476951dd9faebb3ea565.tar.zst
freebsd-ports-gnome-6ed776154efc3a4da6e0476951dd9faebb3ea565.zip
Respect CC and CFLAGS
Diffstat (limited to 'chinese/autoconvert')
-rw-r--r--chinese/autoconvert/files/patch-aa6
-rw-r--r--chinese/autoconvert/files/patch-ab6
2 files changed, 6 insertions, 6 deletions
diff --git a/chinese/autoconvert/files/patch-aa b/chinese/autoconvert/files/patch-aa
index dffefb51f3d3..04e28ead8118 100644
--- a/chinese/autoconvert/files/patch-aa
+++ b/chinese/autoconvert/files/patch-aa
@@ -1,10 +1,10 @@
---- Makefile.orig Sat Mar 11 14:41:18 2000
-+++ Makefile Sat Mar 11 14:41:24 2000
+--- Makefile.orig Wed Jan 5 13:50:05 2000
++++ Makefile Sun Apr 2 11:37:04 2000
@@ -1,6 +1,6 @@
CC=gcc
-CFLAG=-O2 -g -Iinclude
-+CFLAG+=-O2 -g -Iinclude
++CFLAG+=-Iinclude
all: autob5 autogb hzlib
diff --git a/chinese/autoconvert/files/patch-ab b/chinese/autoconvert/files/patch-ab
index 7b4e77b118ea..166dcee1b79b 100644
--- a/chinese/autoconvert/files/patch-ab
+++ b/chinese/autoconvert/files/patch-ab
@@ -1,8 +1,8 @@
--- hzconvert/Makefile.orig Wed Jan 5 13:12:31 2000
-+++ hzconvert/Makefile Sun Mar 12 18:39:46 2000
-@@ -1,12 +1,12 @@
++++ hzconvert/Makefile Sun Apr 2 11:37:24 2000
+@@ -1,12 +1,11 @@
CC=gcc -I../include
- CFLAGS=-O2
+-CFLAGS=-O2
OBJS=b2g.o b2u.o g2u.o hz2gb.o b2g_tables.o b2u_tables.o g2u_tables.o io.o unicode.o judge.o
+all:libhzconvert
%.o:%c