diff options
Diffstat (limited to 'chinese/zhcon/files/patch-tools::Makefile.in')
-rw-r--r-- | chinese/zhcon/files/patch-tools::Makefile.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/chinese/zhcon/files/patch-tools::Makefile.in b/chinese/zhcon/files/patch-tools::Makefile.in new file mode 100644 index 000000000000..5b6ba4c56bb3 --- /dev/null +++ b/chinese/zhcon/files/patch-tools::Makefile.in @@ -0,0 +1,20 @@ +--- tools/Makefile.in.orig Mon Nov 25 23:45:33 2002 ++++ tools/Makefile.in Mon Nov 25 23:49:43 2002 +@@ -107,7 +107,7 @@ + LDFLAGS = + CXXFLAGS = + CCFLAGS = +-LIBS = ++LIBS = -lX11 -L/usr/X11R6/lib + + EXTRA_DIST = README getbpsf.txt gpm-1.19.6-pty.diff gpm-1.19.6-patched.tar.gz + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +@@ -116,7 +116,7 @@ + PROGRAMS = $(bin_PROGRAMS) + + +-DEFS = @DEFS@ -I. -I$(srcdir) -I.. ++DEFS = @DEFS@ -I. -I$(srcdir) -I.. -I/usr/X11R6/include + CPPFLAGS = @CPPFLAGS@ + uc2win_OBJECTS = uc2win.o + uc2win_LDADD = $(LDADD) |