diff options
author | mita <mita@FreeBSD.org> | 2002-05-21 21:42:30 +0800 |
---|---|---|
committer | mita <mita@FreeBSD.org> | 2002-05-21 21:42:30 +0800 |
commit | f5b310327430281c9424ec505b0e495ea9acae44 (patch) | |
tree | 6b343bd313f056b5b5cdad89183335756ac17192 /japanese/tk80 | |
parent | a91f4254f0aa55d968d3dfeae2c7277c3231dff0 (diff) | |
download | freebsd-ports-gnome-f5b310327430281c9424ec505b0e495ea9acae44.tar.gz freebsd-ports-gnome-f5b310327430281c9424ec505b0e495ea9acae44.tar.zst freebsd-ports-gnome-f5b310327430281c9424ec505b0e495ea9acae44.zip |
Make japanese/tk80 compatible to XFree86 4.2
Submitted by: Maintainer (taguchi@tohoku.iij.ad.jp)
Diffstat (limited to 'japanese/tk80')
-rw-r--r-- | japanese/tk80/files/patch-ab | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/japanese/tk80/files/patch-ab b/japanese/tk80/files/patch-ab index 90df6fc779c2..01e90423d674 100644 --- a/japanese/tk80/files/patch-ab +++ b/japanese/tk80/files/patch-ab @@ -1,5 +1,5 @@ ---- Makefile.in.ORIG Wed Dec 8 12:06:17 1999 -+++ Makefile.in Wed Dec 8 12:47:57 1999 +--- Makefile.in.orig Tue May 21 09:13:50 2002 ++++ Makefile.in Tue May 21 16:02:12 2002 @@ -56,7 +56,9 @@ BIN_DIR = $(exec_prefix)/bin @@ -48,6 +48,23 @@ #TK_LIB_FILE = libtk.a TK_LIB_FLAG = @TK_LIB_FLAG@ +@@ -187,11 +194,11 @@ + + KANJI_FLAGS = @KANJI_FLAGS@ + +-CACHEDIR=$(UNIX_DIR)/CacheLib +-CACHEDFONTDEF = -I$(CACHEDIR) @XLIB_HACK_DEF@ +-CACHEDFONTSRCS = $(CACHEDIR)/Font.c $(CACHEDIR)/FontNames.c $(CACHEDIR)/omGeneric.c \ +- $(CHACHEDIR)/chkImEv.c $(CHACHEDIR)/imTrX.c +-CACHEDFONTOBJS = Font.o FontNames.o omGeneric.o chkImEv.o imTrX.o ++#CACHEDIR=$(UNIX_DIR)/CacheLib ++#CACHEDFONTDEF = -I$(CACHEDIR) @XLIB_HACK_DEF@ ++#CACHEDFONTSRCS = $(CACHEDIR)/Font.c $(CACHEDIR)/FontNames.c $(CACHEDIR)/omGeneric.c \ ++# $(CHACHEDIR)/chkImEv.c $(CHACHEDIR)/imTrX.c ++#CACHEDFONTOBJS = Font.o FontNames.o omGeneric.o chkImEv.o imTrX.o + + #---------------------------------------------------------------- + # The information below is modified by the configure script when @@ -318,6 +325,10 @@ DEMOPROGS = browse hello ixset rmt rolodex square tcolor timer widget |