diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-11-29 12:33:11 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-11-29 12:33:11 +0000 |
commit | b393772386426e0162b90cefe25d4a95a850f4e5 (patch) | |
tree | 9cf46f778939fc166b5544a94a3a5b19c90bb61d /x11-libs/libXrender/files | |
parent | Pass -DPULSEAUDIO=OFF where it doesn't work properly. (diff) | |
download | gentoo-2-b393772386426e0162b90cefe25d4a95a850f4e5.tar.gz gentoo-2-b393772386426e0162b90cefe25d4a95a850f4e5.tar.bz2 gentoo-2-b393772386426e0162b90cefe25d4a95a850f4e5.zip |
Apply patch for doc placement. Per bug #294454.
(Portage version: 2.2_rc53/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libXrender/files')
-rw-r--r-- | x11-libs/libXrender/files/0001-Make-libXrender-use-docdir-for-documentation-placeme.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/x11-libs/libXrender/files/0001-Make-libXrender-use-docdir-for-documentation-placeme.patch b/x11-libs/libXrender/files/0001-Make-libXrender-use-docdir-for-documentation-placeme.patch new file mode 100644 index 000000000000..9573a2c7a982 --- /dev/null +++ b/x11-libs/libXrender/files/0001-Make-libXrender-use-docdir-for-documentation-placeme.patch @@ -0,0 +1,27 @@ +From 260d288027d9cdcd6944a6bb16d0e1f596550552 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= <scarabeus@gentoo.org> +Date: Sun, 29 Nov 2009 13:28:41 +0100 +Subject: [PATCH] Make libXrender use docdir for documentation placement. + +--- + Makefile.am | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/Makefile.am b/Makefile.am +index a15b64d..3c98504 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -24,8 +24,8 @@ SUBDIRS = src + pkgconfigdir = $(libdir)/pkgconfig + pkgconfig_DATA = xrender.pc + +-renderdocdir = $(datadir)/doc/$(PACKAGE) +-dist_renderdoc_DATA = doc/libXrender.txt ++docdir = $(datadir)/doc/$(PACKAGE) ++dist_doc_DATA = doc/libXrender.txt + + EXTRA_DIST = xrender.pc.in ChangeLog + MAINTAINERCLEANFILES = ChangeLog +-- +1.6.5.3 + |