summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.1/files
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2004-12-18 03:06:13 +0000
committerMaho Nakata <maho@FreeBSD.org>2004-12-18 03:06:13 +0000
commit41a4b20ee22953953f50d483b5dbf4a93504acf8 (patch)
treed2c2b917ada3b26cfd184abc71e4654e5b9e9a2c /editors/openoffice-1.1/files
parentOops, bump port revision to reflect the changes in the previous commit (diff)
Fix PTHREAD_CFLAGS, PTHREAD_LIBS, hardcoded
inside config_office/configure.in
Notes
Notes: svn path=/head/; revision=124352
Diffstat (limited to 'editors/openoffice-1.1/files')
-rw-r--r--editors/openoffice-1.1/files/patch-config_office+configure.in48
1 files changed, 48 insertions, 0 deletions
diff --git a/editors/openoffice-1.1/files/patch-config_office+configure.in b/editors/openoffice-1.1/files/patch-config_office+configure.in
new file mode 100644
index 000000000000..e7ffb67330a6
--- /dev/null
+++ b/editors/openoffice-1.1/files/patch-config_office+configure.in
@@ -0,0 +1,48 @@
+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")
+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")