mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Make it compileable with libtabe-0.1.5.
This commit is contained in:
parent
e43a87b983
commit
398ecef161
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30682
@ -5,7 +5,7 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xcin
|
||||
PORTNAME= zh-xcin
|
||||
PORTVERSION= 2.5.2p3
|
||||
CATEGORIES= chinese x11
|
||||
MASTER_SITES= ftp://xcin.linux.org.tw/pub/xcin/xcin/devel/
|
||||
@ -14,11 +14,11 @@ DISTNAME= xcin-2.5.2-pre3
|
||||
MAINTAINER= keith@freebsd.sinica.edu.tw
|
||||
|
||||
LIB_DEPENDS= tabe.0:${PORTSDIR}/chinese/libtabe \
|
||||
intl.1:${PORTSDIR}/devel/gettext
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libdb2.a:${PORTSDIR}/databases/db
|
||||
intl.1:${PORTSDIR}/devel/gettext \
|
||||
db2.0:${PORTSDIR}/databases/db
|
||||
RUN_DEPENDS= ${X11BASE}/lib/X11/locale/zh_TW.Big5/XLC_LOCALE:${PORTSDIR}/x11/XFree86 \
|
||||
${X11BASE}/lib/X11/fonts/local/kc15f.pcf.gz:${PORTSDIR}/chinese/kcfonts \
|
||||
${LOCALBASE}/share/tabe/libtabe-0.1-4:${PORTSDIR}/chinese/libtabe
|
||||
${LOCALBASE}/share/tabe/libtabe-0.1-5:${PORTSDIR}/chinese/libtabe
|
||||
|
||||
WRKSRC= ${WRKDIR}/xcin-2.5
|
||||
USE_X_PREFIX= yes
|
||||
|
11
chinese/xcin25/files/patch-af
Normal file
11
chinese/xcin25/files/patch-af
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/Cinput/bimsphone/Makefile.in.orig Sun Jul 16 16:18:30 2000
|
||||
+++ src/Cinput/bimsphone/Makefile.in Sun Jul 16 16:18:36 2000
|
||||
@@ -33,7 +33,7 @@
|
||||
xcininc = -I$(top_srcdir)/src/include
|
||||
xcinlib = -L${top_srcdir}/src/lib
|
||||
INC = $(xcininc) $(x_includes) $(extra_inc) $(tabe_inc) $(db_inc)
|
||||
-LIB = $(xcinlib) $(extra_lib) $(tabe_lib) $(db_lib)
|
||||
+LIB = $(xcinlib) $(extra_lib) $(tabe_lib) $(db_lib) -lgcc
|
||||
TARGET = bimsphone.so
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user