summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Proschofsky <suka@gentoo.org>2005-01-21 15:36:32 +0000
committerAndreas Proschofsky <suka@gentoo.org>2005-01-21 15:36:32 +0000
commitaff473fc3600d9a140cba14f0d2d5761610f64b6 (patch)
treefa24d363511bf4f186ca12a6dc39be028df51500 /app-office
parenttweak (diff)
downloadhistorical-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')
-rw-r--r--app-office/openoffice-bin/Manifest2
-rw-r--r--app-office/openoffice/Manifest1
-rw-r--r--app-office/openoffice/files/1.1.4/pyunolink-fix.patch14
3 files changed, 16 insertions, 1 deletions
diff --git a/app-office/openoffice-bin/Manifest b/app-office/openoffice-bin/Manifest
index 3b4389498046..49c37360f3ab 100644
--- a/app-office/openoffice-bin/Manifest
+++ b/app-office/openoffice-bin/Manifest
@@ -1,5 +1,5 @@
MD5 1ba49b12cb835cb2ed980840ea91a4ae openoffice-bin-1.1.3.ebuild 5786
-MD5 70823118f9b5d4eac7f27be687e029cb openoffice-bin-1.1.4.ebuild 5676
+MD5 9a661a8a067411c8a09eb70645aa7957 openoffice-bin-1.1.4.ebuild 5663
MD5 e7256783bbd73d3cc243d906591623b3 openoffice-bin-1.1.1.ebuild 5837
MD5 670b938a76dfe551384160a3959fe47e ChangeLog 10180
MD5 7134ec08f56019fc5db7f3e84acea4df metadata.xml 460
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