diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-04-20 23:02:01 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-04-20 23:02:01 +0800 |
commit | 8bc6608b96c325325fe9128ea39442c732254f53 (patch) | |
tree | 6ade81d8d970cda17f7e76e9305f14272cf82d41 /chinese | |
parent | 4f213879af7e199072740cd14695515c63a43e5b (diff) | |
download | freebsd-ports-gnome-8bc6608b96c325325fe9128ea39442c732254f53.tar.gz freebsd-ports-gnome-8bc6608b96c325325fe9128ea39442c732254f53.tar.zst freebsd-ports-gnome-8bc6608b96c325325fe9128ea39442c732254f53.zip |
no need in 1.3.1
forgot to remove it last commit
PR: 37220
Submitted by: maintainer
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/chinput2/files/patch-aa | 10 | ||||
-rw-r--r-- | chinese/chinput2/files/patch-ab | 11 |
2 files changed, 0 insertions, 21 deletions
diff --git a/chinese/chinput2/files/patch-aa b/chinese/chinput2/files/patch-aa deleted file mode 100644 index c04b8105f3ce..000000000000 --- a/chinese/chinput2/files/patch-aa +++ /dev/null @@ -1,10 +0,0 @@ ---- util/pydb/Makefile.orig Sat Feb 10 01:50:24 2001 -+++ util/pydb/Makefile Sat Feb 10 01:50:31 2001 -@@ -8,7 +8,7 @@ - BINDIR=/usr/local/bin - CONFPATH=/usr/local/etc/chinput2.conf - CFLAGS=-O -Wall -DDEFAULT_CONF_PATH=\"$(CONFPATH)\" -I. -I/usr/include -I/usr/local/include --LDFLAGS=-static -L/usr/lib -L/usr/local/lib -L/usr/local/lib/mysql -lmysqlclient -lmd -lm -+LDFLAGS=-static -L/usr/lib -L/usr/local/lib -L/usr/local/lib/mysql -lmysqlclient -lmd -lm -lz - - all: $(PROGRAM) diff --git a/chinese/chinput2/files/patch-ab b/chinese/chinput2/files/patch-ab deleted file mode 100644 index 95ef411944b5..000000000000 --- a/chinese/chinput2/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Imakefile.orig Sat Jan 20 11:28:25 2001 -+++ src/Imakefile Wed Feb 7 11:11:55 2001 -@@ -10,7 +10,7 @@ - XIMINC = -I${IMDKIT}/IMCore -I${IMDKIT}/Xi18n - INCLUDES= ${XIMINC} -I. -I/usr/local/include -I../util/pydb - LOCAL_LDFLAGS= -static -L../util/IMdkit/IMdkit -L/usr/local/lib -L/usr/local/lib/mysql --LOCAL_LIBRARIES = -lXimd $(XLIB) -lmysqlclient -lm -+LOCAL_LIBRARIES = -lXimd $(XLIB) -lmysqlclient -lm -lz - CCOPTIONS=-Wall -DDEFAULT_CONF_PATH=\"$(CONFDIR)/$(CONFFILE)\" - - all:: $(PROGRAM) |