diff options
author | John Marino <marino@FreeBSD.org> | 2014-08-26 21:04:26 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-08-26 21:04:26 +0000 |
commit | 89e6d0e57513d5ea8f68ed55ea3a513c8c96df48 (patch) | |
tree | 26a219759e1acf684a91d40101ab0f14e8ae363c /chinese/cce/files/patch-fonts__Makefile.in | |
parent | devel/rubygem-bson1: tell portscout to ignore (diff) |
Stage chinese/cce
PR: 192986
Submitted by: turutani
Notes
Notes:
svn path=/head/; revision=366274
Diffstat (limited to 'chinese/cce/files/patch-fonts__Makefile.in')
-rw-r--r-- | chinese/cce/files/patch-fonts__Makefile.in | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/chinese/cce/files/patch-fonts__Makefile.in b/chinese/cce/files/patch-fonts__Makefile.in new file mode 100644 index 000000000000..29327f5d9925 --- /dev/null +++ b/chinese/cce/files/patch-fonts__Makefile.in @@ -0,0 +1,22 @@ +--- fonts/Makefile.in.orig 2004-02-14 13:17:23.000000000 +0900 ++++ fonts/Makefile.in 2014-08-26 10:10:55.000000000 +0900 +@@ -171,8 +171,8 @@ + target_cpu = @target_cpu@ + target_os = @target_os@ + target_vendor = @target_vendor@ +-CCE_BDF2BIN := ./bdf2bin$(EXEEXT) +-CCE_SHARE_DIR = $(DESTDIR)$(datadir) ++CCE_BDF2BIN := bdf2bin$(EXEEXT) ++CCE_SHARE_DIR = $(datadir) + INCLUDES = -I$(top_srcdir)/include + bdf2bin_bindir = $(CCE_SHARE_DIR)/cce + bdf2bin_SOURCES = bdf2bin.c font.c +@@ -563,7 +563,7 @@ + + #%.bin: %.bdf $(CCE_BDF2BIN) + .bdf.bin: $(CCE_BDF2BIN) +- $(CCE_BDF2BIN) $< $@ ++ ./$(CCE_BDF2BIN) $< $@ + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. + .NOEXPORT: |