summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-physics/root/files/root-5.16.00-xft.patch')
-rw-r--r--sci-physics/root/files/root-5.16.00-xft.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/sci-physics/root/files/root-5.16.00-xft.patch b/sci-physics/root/files/root-5.16.00-xft.patch
deleted file mode 100644
index cc0055f5f81a..000000000000
--- a/sci-physics/root/files/root-5.16.00-xft.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- config/Makefile.in.orig 2007-12-12 22:41:28.000000000 +0000
-+++ config/Makefile.in 2007-12-12 22:45:27.000000000 +0000
-@@ -36,6 +36,7 @@
- X11LIBDIR := @x11libdir@
- XPMLIBDIR := @xpmlibdir@
- XPMLIB := @xpmlib@
-+XFTLIB := @enable_xft@
-
- EXCEPTIONS := @exceptions@
- EXPLICITLINK := @explicitlink@
---- x11ttf/Module.mk.orig 2008-01-09 01:13:23.000000000 +0000
-+++ x11ttf/Module.mk 2008-01-09 10:20:00.000000000 +0000
-@@ -31,9 +31,9 @@
- ALLLIBS += $(X11TTFLIB)
- ALLMAPS += $(X11TTFMAP)
-
--#ifeq ($(XFTLIB),yes)
-+ifeq ($(XFTLIB),yes)
- XLIBS += $(X11LIBDIR) -lXft
--#endif
-+endif
-
- # include all dependency files
- INCLUDEFILES += $(X11TTFDEP)