aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice-3-devel/files/patch-odk+setsdkenv_unix.in
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
commit7011c19a8c96a2f8fb7c04d61cb28cdc507584a6 (patch)
tree22c0efaf2b6bb5b461389f9bac9542c7e3a5909a /editors/openoffice-3-devel/files/patch-odk+setsdkenv_unix.in
parenta33896596d7008d70bca9b6ce72347e2d7b6fd9a (diff)
downloadports-release/4.11.0.tar.gz
ports-release/4.11.0.zip
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_11_0'.release/4.11.0
Diffstat (limited to 'editors/openoffice-3-devel/files/patch-odk+setsdkenv_unix.in')
-rw-r--r--editors/openoffice-3-devel/files/patch-odk+setsdkenv_unix.in29
1 files changed, 0 insertions, 29 deletions
diff --git a/editors/openoffice-3-devel/files/patch-odk+setsdkenv_unix.in b/editors/openoffice-3-devel/files/patch-odk+setsdkenv_unix.in
deleted file mode 100644
index 1e5d4e585326..000000000000
--- a/editors/openoffice-3-devel/files/patch-odk+setsdkenv_unix.in
+++ /dev/null
@@ -1,29 +0,0 @@
-#iz 24142
-
-http://qa.openoffice.org/issues/show_bug.cgi?id=24142
---- odk/setsdkenv_unix.in Sun Jan 25 18:41:01 2004
-+++ odk/setsdkenv_unix.in Sun Jan 25 18:42:00 2004
-@@ -2,7 +2,8 @@
-
- # This script starts a new shell and sets all enviroment variables, which
- # are necessary for building the examples of the Office Development Kit.
--# The Script was developed for the operating systems Solaris and Linux.
-+# The script was developed for the operating systems Solaris, Linux, MacOS X
-+# and FreeBSD.
-
- # Installation directory of the Software Development Kit.
- # Example: OO_SDK_HOME=/work/StarOffice_SDK
-@@ -76,6 +77,13 @@
- LD_LIBRARY_PATH=$OO_SDK_HOME/$directoryname/lib:$OO_SDK_HOME/$exampleout/lib:$OFFICE_PROGRAM_PATH:.:$LD_LIBRARY_PATH
- export LD_LIBRARY_PATH
- ;;
-+
-+ FreeBSD)
-+ directoryname=freebsd
-+ exampleout=FREEBSDexample.out
-+ LD_LIBRARY_PATH=$OO_SDK_HOME/$directoryname/lib:$OO_SDK_HOME/$exampleout/lib:$OFFICE_PROGRAM_PATH:.:$LD_LIBRARY_PATH
-+ export LD_LIBRARY_PATH
-+ ;;
- esac
-
- # Add directory of the SDK tools to the path.