Date: Wed, 7 Feb 2001 11:24:12 +0800 (CST) From: phj@cn.freebsd.org To: FreeBSD-gnats-submit@freebsd.org Subject: ports/24917: patch for ports chinese/chinput2 Message-ID: <200102070324.LAA04474@cn.FreeBSD.org>
next in thread | raw e-mail | index | archive | help
>Number: 24917 >Category: ports >Synopsis: patch for port chinese/chinput2 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 06 19:30:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Peng HaiJie >Release: 5.0-CURRENT >Organization: cn.freebsd.org >Environment: FreeBSD sea.transfar.com 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Jan 20 17:11:51 CST 2001 phj@sea.transfar.com:/usr/src/sys/compile/KERNEL.20000911 i386 >Description: for using mysqlclient-3.23.32 should add -lz compress lib. >How-To-Repeat: >Fix: --- /usr/ports/chinese/chinput2/work/chinput2/src/Imakefile.orig Sat Jan 20 11:28:25 2001 +++ /usr/ports/chinese/chinput2/work/chinput2/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) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102070324.LAA04474>