diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-12-18 03:24:12 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-12-18 03:24:12 +0000 |
commit | 89f5e2cd4bbf97781c625adbbf3dacab0ab19555 (patch) | |
tree | 152ef4cb5f762885fc78e249ed07bf026d70fa11 /editors/openoffice-1.1-devel | |
parent | 090777b4b036d237f89f033b43418d227c278be3 (diff) | |
download | ports-89f5e2cd4bbf97781c625adbbf3dacab0ab19555.tar.gz ports-89f5e2cd4bbf97781c625adbbf3dacab0ab19555.zip |
Notes
Diffstat (limited to 'editors/openoffice-1.1-devel')
-rw-r--r-- | editors/openoffice-1.1-devel/files/patch-config_office+configure.in | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/editors/openoffice-1.1-devel/files/patch-config_office+configure.in b/editors/openoffice-1.1-devel/files/patch-config_office+configure.in index e7ffb67330a6..5a73be9d0bbe 100644 --- a/editors/openoffice-1.1-devel/files/patch-config_office+configure.in +++ b/editors/openoffice-1.1-devel/files/patch-config_office+configure.in @@ -22,27 +22,3 @@ diff -u -r1.55.6.10 configure.in fi ;; "OSF1") -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") |