diff options
author | 2005-01-21 15:36:32 +0000 | |
---|---|---|
committer | 2005-01-21 15:36:32 +0000 | |
commit | aff473fc3600d9a140cba14f0d2d5761610f64b6 (patch) | |
tree | fa24d363511bf4f186ca12a6dc39be028df51500 /app-office/openoffice | |
parent | tweak (diff) | |
download | historical-aff473fc3600d9a140cba14f0d2d5761610f64b6.tar.gz historical-aff473fc3600d9a140cba14f0d2d5761610f64b6.tar.bz2 historical-aff473fc3600d9a140cba14f0d2d5761610f64b6.zip |
add missing patch for hardened
Package-Manager: portage-2.0.51-r14
Diffstat (limited to 'app-office/openoffice')
-rw-r--r-- | app-office/openoffice/Manifest | 1 | ||||
-rw-r--r-- | app-office/openoffice/files/1.1.4/pyunolink-fix.patch | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/app-office/openoffice/Manifest b/app-office/openoffice/Manifest index 9e2fe22b480b..3af1b3c7db6e 100644 --- a/app-office/openoffice/Manifest +++ b/app-office/openoffice/Manifest @@ -9,6 +9,7 @@ MD5 ffcbf659ca6f54e8e15401cced99af77 files/1.1.3/gcc-instlib.patch 393 MD5 35601b7efe487b346f78d43c23e2f8f3 files/1.1.3/openoffice-java.patch 2092 MD5 d08ea5bce1e9a925cbd712607f89f920 files/1.1.3/newstlportfix.patch 10032 MD5 f0c4c412675085f96c20d0b5ac753694 files/1.1.4/gcc34.patch.bz2 34342 +MD5 aa01d8f68b27d3df4af58ed02c080df5 files/1.1.4/pyunolink-fix.patch 475 MD5 5b5b02ecb719c0a553b740edd3544bc7 files/1.1.4/ooffice-wrapper-1.3 9471 MD5 ffcbf659ca6f54e8e15401cced99af77 files/1.1.4/gcc-instlib.patch 393 MD5 35601b7efe487b346f78d43c23e2f8f3 files/1.1.4/openoffice-java.patch 2092 diff --git a/app-office/openoffice/files/1.1.4/pyunolink-fix.patch b/app-office/openoffice/files/1.1.4/pyunolink-fix.patch new file mode 100644 index 000000000000..6d8ce6323868 --- /dev/null +++ b/app-office/openoffice/files/1.1.4/pyunolink-fix.patch @@ -0,0 +1,14 @@ +--- pyuno.orig/source/module/makefile.mk 2005-01-18 11:59:23.462336464 +0100 ++++ pyuno/source/module/makefile.mk 2005-01-18 11:59:42.289474304 +0100 +@@ -82,9 +82,9 @@ + # so this library cannot be checked + SHL1NOCHECK=yes + PYUNORC=pyunorc +-.IF "$(OS)"=="SOLARIS" || "$(OS)"=="MACOSX" ++#.IF "$(OS)"=="SOLARIS" || "$(OS)"=="MACOSX" + PYTHONLIB=-lpython +-.ENDIF ++#.ENDIF + .ELSE + # on windows, the python executable also uses the shared library, + # so we link pyuno directly to it |