aboutsummaryrefslogtreecommitdiff
path: root/x11/XFree86-4-libraries/files/patch-X11.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'x11/XFree86-4-libraries/files/patch-X11.tmpl')
-rw-r--r--x11/XFree86-4-libraries/files/patch-X11.tmpl26
1 files changed, 0 insertions, 26 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-X11.tmpl b/x11/XFree86-4-libraries/files/patch-X11.tmpl
deleted file mode 100644
index 1c152e2aafe2..000000000000
--- a/x11/XFree86-4-libraries/files/patch-X11.tmpl
+++ /dev/null
@@ -1,26 +0,0 @@
---- config/cf/X11.tmpl.orig Thu Apr 8 22:31:58 2004
-+++ config/cf/X11.tmpl Thu Apr 8 22:42:52 2004
-@@ -544,7 +544,7 @@
- #define BuildXft1Library BuildRenderLibrary
- #endif
- #ifndef UseFontconfig
--#define UseFontconfig BuildXftLibrary
-+#define UseFontconfig (BuildXftLibrary || BuildXft1Library)
- #endif
- #ifndef BuildFontconfigLibrary
- #define BuildFontconfigLibrary (UseFontconfig && !HasFontconfig)
-@@ -1499,7 +1499,14 @@
- #endif
-
- #ifndef PsWrap
-+#if defined(UseInstalled) || defined(UseInstalledPrograms)
-+#define PsWrap pswrap
-+#define PsWrapDependency /**/
-+#else
- #define PsWrap $(PSWRAPSRC)/pswrap
-+#define PsWrapDependency HostProgramTargetName($(PSWRAP))
-+#endif
-+ PSWRAP = PsWrap
- #endif
-
- #ifndef ResourceConfigurationManagement