mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
- Update MASTER_SITE and WWW - Add XFT support - Trim Makefile headers PR: ports/172513 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
12 lines
283 B
C
12 lines
283 B
C
--- 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 {
|