summaryrefslogtreecommitdiff
path: root/x11/XFree86-4-libraries/files/patch-xterm-Imakefile
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2003-02-19 08:06:54 +0000
committerEric Anholt <anholt@FreeBSD.org>2003-02-19 08:06:54 +0000
commit3d4a7aef384afb09f33c9fea5ed5603e6968a874 (patch)
treeceef02aa74aec7e9df31519823b0371961feeeb1 /x11/XFree86-4-libraries/files/patch-xterm-Imakefile
parentUpdate to version 1.14. (diff)
Fix XFree86-4-libraries after Xft renaming removal:
Add `pkg-config xft --cflags` and --libs to Imakefiles of programs that use Xft and remove a bit of code not needed for Xft2, remove xftcache program. Reported by: many
Notes
Notes: svn path=/head/; revision=75861
Diffstat (limited to '')
-rw-r--r--x11/XFree86-4-libraries/files/patch-xterm-Imakefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-xterm-Imakefile b/x11/XFree86-4-libraries/files/patch-xterm-Imakefile
new file mode 100644
index 000000000000..d8a85f8e929d
--- /dev/null
+++ b/x11/XFree86-4-libraries/files/patch-xterm-Imakefile
@@ -0,0 +1,11 @@
+--- programs/xterm/Imakefile.orig Tue Feb 18 23:49:54 2003
++++ programs/xterm/Imakefile Tue Feb 18 23:50:10 2003
+@@ -103,6 +103,8 @@
+ XRFLIBS = XftClientLibs $(XRENDERLIB)
+ XRFDEPLIBS = XftClientDepLibs $(DEPXRENDERLIB)
+ #endif
++ XRFDEF = -DXRENDERFONT `pkg-config xft --cflags`
++ XRFLIBS = `pkg-config xft --libs`
+
+ MAIN_DEFINES = $(UTMPDEF) $(TTYGROUPDEF) $(PUCCPTYDDEF) $(NOPOSIXTERMIOS) \
+ -DOSMAJORVERSION=$(OSMAJORVERSION) \