summaryrefslogtreecommitdiff
path: root/x11/XFree86-4-libraries/files/patch-xditview-Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/XFree86-4-libraries/files/patch-xditview-Imakefile')
-rw-r--r--x11/XFree86-4-libraries/files/patch-xditview-Imakefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-xditview-Imakefile b/x11/XFree86-4-libraries/files/patch-xditview-Imakefile
new file mode 100644
index 000000000000..74fc94cabb96
--- /dev/null
+++ b/x11/XFree86-4-libraries/files/patch-xditview-Imakefile
@@ -0,0 +1,11 @@
+--- programs/xditview/Imakefile.orig Tue Feb 18 23:44:48 2003
++++ programs/xditview/Imakefile Tue Feb 18 23:45:10 2003
+@@ -12,6 +12,8 @@
+ FONTLIBS = XftClientLibs
+ FONTDEFS = -DUSE_XFT
+ #endif
++ FONTLIBS = `pkg-config xft --libs`
++ FONTDEFS = -DUSE_XFT `pkg-config xft --cflags`
+ #if HasMkstemp
+ TEMPDEFS = -DHAS_MKSTEMP
+ #endif