diff --git a/llvm-3.1-docs-lit.pod-back-without-over.patch b/llvm-3.1-docs-lit.pod-back-without-over.patch new file mode 100644 index 0000000..351f553 --- /dev/null +++ b/llvm-3.1-docs-lit.pod-back-without-over.patch @@ -0,0 +1,11 @@ +--- llvm-3.1.src/docs/CommandGuide/lit.pod~ 2012-03-27 03:01:14.000000000 +0900 ++++ llvm-3.1.src/docs/CommandGuide/lit.pod 2013-01-23 12:47:30.297510832 +0900 +@@ -386,8 +386,6 @@ + ******************** + PASS: D (4 of 4) + +-=back +- + =head2 LIT EXAMPLE TESTS + + The B distribution contains several example implementations of test suites diff --git a/llvm.spec b/llvm.spec index 70823e5..381b664 100644 --- a/llvm.spec +++ b/llvm.spec @@ -60,9 +60,12 @@ Patch610: 0001-Add-r600-TargetInfo.patch Patch611: 0002-r600-Add-some-target-builtins.patch Patch612: 0003-r600-Add-read_global_size-and-read_local_size-builti.patch -# ocaml +# ghc Patch700: llvm-fix-ghc.patch +# doc +Patch800: llvm-3.1-docs-lit.pod-back-without-over.patch + BuildRequires: bison BuildRequires: chrpath BuildRequires: flex @@ -273,6 +276,8 @@ popd %patch700 -p0 -b .ghc +%patch800 -p1 -b .r800 + # fix ld search path sed -i 's|/lib /usr/lib $lt_ld_extra|%{_libdir} $lt_ld_extra|' \ ./configure @@ -557,7 +562,7 @@ exit 0 %changelog * Wed Jan 23 2013 Jens Petersen - 3.1-13 -- rebuild for F19 ARM ldconfig issue (#893294) +- fix pod parsing error in lit.pod: "=back without =over" * Mon Oct 29 2012 Richard W.M. Jones - 3.1-12 - Rebuild for OCaml 4.00.1.