diff options
Diffstat (limited to 'x11-clocks/dclock/files/patch-DclockP.h')
-rw-r--r-- | x11-clocks/dclock/files/patch-DclockP.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-clocks/dclock/files/patch-DclockP.h b/x11-clocks/dclock/files/patch-DclockP.h new file mode 100644 index 000000000000..e33378de6ae5 --- /dev/null +++ b/x11-clocks/dclock/files/patch-DclockP.h @@ -0,0 +1,12 @@ +--- DclockP.h.orig 2008-07-08 12:56:09.000000000 +0900 ++++ DclockP.h 2012-10-07 23:57:24.000000000 +0900 +@@ -9,7 +9,9 @@ + #include "Dclock.h" + + /* Add -DXFT_SUPPORT in the Imakefile for freefont support */ ++#ifdef XFT_SUPPORT + #include <X11/Xft/Xft.h> ++#endif + + + typedef struct { |