diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2003-02-19 08:06:54 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2003-02-19 08:06:54 +0000 |
commit | 3d4a7aef384afb09f33c9fea5ed5603e6968a874 (patch) | |
tree | ceef02aa74aec7e9df31519823b0371961feeeb1 /x11/XFree86-4-libraries/files/patch-x11perf-Imakefile | |
parent | Update 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 'x11/XFree86-4-libraries/files/patch-x11perf-Imakefile')
-rw-r--r-- | x11/XFree86-4-libraries/files/patch-x11perf-Imakefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-x11perf-Imakefile b/x11/XFree86-4-libraries/files/patch-x11perf-Imakefile new file mode 100644 index 000000000000..f39a57cc03e5 --- /dev/null +++ b/x11/XFree86-4-libraries/files/patch-x11perf-Imakefile @@ -0,0 +1,11 @@ +--- programs/x11perf/Imakefile.orig Tue Feb 18 23:05:33 2003 ++++ programs/x11perf/Imakefile Tue Feb 18 23:06:18 2003 +@@ -17,6 +17,8 @@ + XFTDEPS = XftClientDepLibs $(DEPXRENDERLIB) + XFTLIBS = XftClientLibs $(XRENDERLIB) + #endif ++ XFTDEFS = -DXFT `pkg-config xft --cflags` ++ XFTLIBS = `pkg-config xft --libs` + DEFINES = $(SIGNAL_DEFINES) $(SHMDEFS) $(XFTDEFS) + PERFLIB = X11perfcompLib + HEADERS = x11perf.h bitmaps.h |