diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-01-10 00:08:23 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-01-10 00:08:23 +0000 |
commit | e98f902c979bda3c3e103a56b140311352ea4312 (patch) | |
tree | a6c6337bbbffcdd254cd1add571a3913719ec3b5 /sci-physics/root/files/root-5.16.00-xft.patch | |
parent | Added pch local use flag for sci-physics/root (diff) | |
download | gentoo-2-e98f902c979bda3c3e103a56b140311352ea4312.tar.gz gentoo-2-e98f902c979bda3c3e103a56b140311352ea4312.tar.bz2 gentoo-2-e98f902c979bda3c3e103a56b140311352ea4312.zip |
Added various patches: one to respect flags in xrootd (needed for afs), one to properly handle -truetype without libXft (bug #204725) and last one for postgresql (bug #203015). Added pch use flag for faster compilation with g++
(Portage version: 2.1.4_rc14)
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.patch | 24 |
1 files changed, 24 insertions, 0 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 new file mode 100644 index 000000000000..cc0055f5f81a --- /dev/null +++ b/sci-physics/root/files/root-5.16.00-xft.patch @@ -0,0 +1,24 @@ +--- 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) |