summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2006-02-22 04:32:41 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2006-02-22 04:32:41 +0000
commitd3c8fe535e290eab4e977185474505fb5ae40f4b (patch)
tree966306581b6dd62398ce4dd5f80594fe89204980 /x11-libs/libXfontcache/files/fix_shadow_manpages.patch
parentFix shadow manpages for bug #123328 (reported by Philip Kovacs). (diff)
downloadgentoo-2-d3c8fe535e290eab4e977185474505fb5ae40f4b.tar.gz
gentoo-2-d3c8fe535e290eab4e977185474505fb5ae40f4b.tar.bz2
gentoo-2-d3c8fe535e290eab4e977185474505fb5ae40f4b.zip
Fix shadow manpages.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-libs/libXfontcache/files/fix_shadow_manpages.patch')
-rw-r--r--x11-libs/libXfontcache/files/fix_shadow_manpages.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-libs/libXfontcache/files/fix_shadow_manpages.patch b/x11-libs/libXfontcache/files/fix_shadow_manpages.patch
new file mode 100644
index 000000000000..80c10b3b16c0
--- /dev/null
+++ b/x11-libs/libXfontcache/files/fix_shadow_manpages.patch
@@ -0,0 +1,19 @@
+diff -u -r1.5 -r1.6
+--- man/Makefile.am 2005/12/06 22:48:43 1.5
++++ man/Makefile.am 2006/02/12 18:19:21 1.6
+@@ -27,6 +27,8 @@
+
+ libmandir = $(LIB_MAN_DIR)
+
++LIB_MAN_DIR_SUFFIX = $(LIB_MAN_DIR:@mandir@/man%=%)
++
+ libman_PRE = Xfontcache.man
+
+ BUILT_SOURCES = shadows.DONE
+@@ -69,5 +71,5 @@
+ shadows.DONE:
+ -rm -f $(Xfontcache_shadows:=.@LIB_MAN_SUFFIX@)
+ (for i in $(Xfontcache_shadows:=.@LIB_MAN_SUFFIX@) ; do \
+- echo .so man$(LIB_MAN_SUFFIX)/Xfontcache.$(LIB_MAN_SUFFIX) > $$i; \
++ echo .so man$(LIB_MAN_DIR_SUFFIX)/Xfontcache.$(LIB_MAN_SUFFIX) > $$i; \
+ done)