diff options
author | vanilla <vanilla@FreeBSD.org> | 2000-07-16 16:51:39 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2000-07-16 16:51:39 +0800 |
commit | 429b32b03113e484c13fa4742182852533d4deb2 (patch) | |
tree | 39b91c51861753b744730a874eb7cc316044b5da /chinese/xcin25 | |
parent | aed7d46a1ecfbbe51b9e7ade1952f90928268a98 (diff) | |
download | freebsd-ports-gnome-429b32b03113e484c13fa4742182852533d4deb2.tar.gz freebsd-ports-gnome-429b32b03113e484c13fa4742182852533d4deb2.tar.zst freebsd-ports-gnome-429b32b03113e484c13fa4742182852533d4deb2.zip |
Make it compileable with libtabe-0.1.5.
Diffstat (limited to 'chinese/xcin25')
-rw-r--r-- | chinese/xcin25/Makefile | 8 | ||||
-rw-r--r-- | chinese/xcin25/files/patch-af | 11 |
2 files changed, 15 insertions, 4 deletions
diff --git a/chinese/xcin25/Makefile b/chinese/xcin25/Makefile index f07ec39a29e9..9c0aed4011a7 100644 --- a/chinese/xcin25/Makefile +++ b/chinese/xcin25/Makefile @@ -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 diff --git a/chinese/xcin25/files/patch-af b/chinese/xcin25/files/patch-af new file mode 100644 index 000000000000..39163df0975b --- /dev/null +++ b/chinese/xcin25/files/patch-af @@ -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 + + |