diff options
Diffstat (limited to 'editors/openoffice.org-1.1/files/patch-config_office+configure.in')
| -rw-r--r-- | editors/openoffice.org-1.1/files/patch-config_office+configure.in | 26 | 
1 files changed, 0 insertions, 26 deletions
diff --git a/editors/openoffice.org-1.1/files/patch-config_office+configure.in b/editors/openoffice.org-1.1/files/patch-config_office+configure.in deleted file mode 100644 index 76cb40db51e6..000000000000 --- a/editors/openoffice.org-1.1/files/patch-config_office+configure.in +++ /dev/null @@ -1,26 +0,0 @@ -http://www.openoffice.org/issues/show_bug.cgi?id=40189 - -Index: config_office/configure.in -=================================================================== -RCS file: /cvs/tools/config_office/configure.in,v -retrieving revision 1.55.6.10 -diff -u -r1.55.6.10 configure.in ---- config_office/configure.in	27 Aug 2004 10:03:41 -0000	1.55.6.10 -+++ config_office/configure.in	18 Dec 2004 03:13:51 -0000 -@@ -357,13 +357,14 @@ - 			OSVERSION=`/sbin/sysctl -n kern.osreldate` - 		fi - 		AC_MSG_RESULT([found OSVERSION=$OSVERSION]) --		PTHREAD_CFLAGS="-D_THREAD_SAFE" - 		if test "$OSVERSION" -lt "500016"; then -+			PTHREAD_CFLAGS="-D_THREAD_SAFE" - 			PTHREAD_LIBS="-pthread" - 		elif test "$OSVERSION" -lt "502102"; then -+			PTHREAD_CFLAGS="-D_THREAD_SAFE" - 			PTHREAD_LIBS="-lc_r" - 		else  --			PTHREAD_LIBS="-lpthread" -+			PTHREAD_LIBS="-pthread" - 		fi - 		;; - 	"OSF1")  | 
