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
commitdae7f942f0e3fe5fe2aad40a4388817bef193214 (patch)
treef7a04db896ff6c1996c482509118cc5938d20ce7 /app-office
parenttweak (diff)
downloadgentoo-2-dae7f942f0e3fe5fe2aad40a4388817bef193214.tar.gz
gentoo-2-dae7f942f0e3fe5fe2aad40a4388817bef193214.tar.bz2
gentoo-2-dae7f942f0e3fe5fe2aad40a4388817bef193214.zip
add missing patch for hardened
(Portage version: 2.0.51-r14)
Diffstat (limited to 'app-office')
-rw-r--r--app-office/openoffice/files/1.1.4/pyunolink-fix.patch14
1 files changed, 14 insertions, 0 deletions
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