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-programs-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-programs-Imakefile')
-rw-r--r-- | x11/XFree86-4-libraries/files/patch-programs-Imakefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-programs-Imakefile b/x11/XFree86-4-libraries/files/patch-programs-Imakefile new file mode 100644 index 000000000000..3647855ffe53 --- /dev/null +++ b/x11/XFree86-4-libraries/files/patch-programs-Imakefile @@ -0,0 +1,11 @@ +--- programs/Imakefile.orig Tue Feb 18 23:53:09 2003 ++++ programs/Imakefile Tue Feb 18 23:54:11 2003 +@@ -127,7 +127,7 @@ + $(XTERMSRCDIR) $(XTRAPCLIENTDIRS) $(XVIDTUNESRCDIR) xwd xwininfo xwud \ + $(XPMCLIENTDIRS) $(XVINFOSRCDIR) \ + $(XSSRCDIR) $(XASSRCDIR) $(LBXPROXYSRCDIR) $(SCRIPTSDIR) \ +- $(GLXCLIENTDIRS) $(XFTCACHEDIR) $(XRANDRDIR) ++ $(GLXCLIENTDIRS) $(XRANDRDIR) + #endif + + MakeSubdirs($(SUBDIRS)) |