diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-07-06 18:05:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-07-06 18:05:44 +0000 |
commit | 58d69d76ed8c90ac8bc73d3ad286f28b766a6136 (patch) | |
tree | 2e328975d91672bd68e2c2ecfb2b63a0d8d447ac /src/patchsets/glibc/2.3.6 | |
parent | repodoc compliant (diff) | |
download | gentoo-58d69d76ed8c90ac8bc73d3ad286f28b766a6136.tar.gz gentoo-58d69d76ed8c90ac8bc73d3ad286f28b766a6136.tar.bz2 gentoo-58d69d76ed8c90ac8bc73d3ad286f28b766a6136.zip |
make sure if perl isnt installed we dont get a build failure #139274
Diffstat (limited to 'src/patchsets/glibc/2.3.6')
-rw-r--r-- | src/patchsets/glibc/2.3.6/1030_all_glibc-manual-no-perl.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/patchsets/glibc/2.3.6/1030_all_glibc-manual-no-perl.patch b/src/patchsets/glibc/2.3.6/1030_all_glibc-manual-no-perl.patch index 0ab7745c0e..555a433cbf 100644 --- a/src/patchsets/glibc/2.3.6/1030_all_glibc-manual-no-perl.patch +++ b/src/patchsets/glibc/2.3.6/1030_all_glibc-manual-no-perl.patch @@ -6,7 +6,7 @@ http://bugs.gentoo.org/60132 --- libc/manual/Makefile +++ libc/manual/Makefile -@@ -104,9 +104,13 @@ +@@ -104,9 +104,14 @@ libm-err.texi: stamp-libm-err stamp-libm-err: libm-err-tab.pl $(wildcard $(foreach dir,$(sysdirs),\ $(dir)/libm-test-ulps)) @@ -16,6 +16,7 @@ http://bugs.gentoo.org/60132 $(move-if-change) libm-err-tmp libm-err.texi +else + echo "Unable to rebuild math docs, no perl installed" ++ touch libm-err.texi +endif touch $@ |