aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2002-06-07 23:29:55 +0800
committermbr <mbr@FreeBSD.org>2002-06-07 23:29:55 +0800
commit743021299a4ee9a272e32c9458d80a49ef228454 (patch)
treebaed2cc42848b9c5f2e88dd12732ba63aa1f7e04 /editors
parentff345c0864e14a6fbeb864cc4d6aed19ad8e3b38 (diff)
downloadfreebsd-ports-gnome-743021299a4ee9a272e32c9458d80a49ef228454.tar.gz
freebsd-ports-gnome-743021299a4ee9a272e32c9458d80a49ef228454.tar.zst
freebsd-ports-gnome-743021299a4ee9a272e32c9458d80a49ef228454.zip
Add missing -D_REENTRANT in CURRENT.
Diffstat (limited to 'editors')
-rw-r--r--editors/openoffice-1.0/files/patch-stlport+STLport-4.5.patch8
-rw-r--r--editors/openoffice-1.0/files/patch-stlport::STLport-4.5.patch8
-rw-r--r--editors/openoffice-1.1-devel/files/patch-stlport+STLport-4.5.patch8
-rw-r--r--editors/openoffice-1.1/files/patch-stlport+STLport-4.5.patch8
-rw-r--r--editors/openoffice-2.0-devel/files/patch-stlport+STLport-4.5.patch8
-rw-r--r--editors/openoffice-3-devel/files/patch-stlport+STLport-4.5.patch8
-rw-r--r--editors/openoffice-3/files/patch-stlport+STLport-4.5.patch8
-rw-r--r--editors/openoffice-devel/files/patch-stlport+STLport-4.5.patch8
-rw-r--r--editors/openoffice.org-1.0/files/patch-stlport+STLport-4.5.patch8
-rw-r--r--editors/openoffice.org-1.0/files/patch-stlport::STLport-4.5.patch8
-rw-r--r--editors/openoffice.org-1.1-devel/files/patch-stlport+STLport-4.5.patch8
-rw-r--r--editors/openoffice.org-1.1/files/patch-stlport+STLport-4.5.patch8
-rw-r--r--editors/openoffice.org-2-RC/files/patch-stlport+STLport-4.5.patch8
-rw-r--r--editors/openoffice.org-2-devel/files/patch-stlport+STLport-4.5.patch8
-rw-r--r--editors/openoffice.org-2.0-devel/files/patch-stlport+STLport-4.5.patch8
-rw-r--r--editors/openoffice.org-2.0/files/patch-stlport+STLport-4.5.patch8
-rw-r--r--editors/openoffice.org-2/files/patch-stlport+STLport-4.5.patch8
-rw-r--r--editors/openoffice.org-3-RC/files/patch-stlport+STLport-4.5.patch8
-rw-r--r--editors/openoffice.org-3-devel/files/patch-stlport+STLport-4.5.patch8
-rw-r--r--editors/openoffice.org-3/files/patch-stlport+STLport-4.5.patch8
-rw-r--r--editors/openoffice.org-vcltesttool/files/patch-stlport+STLport-4.5.patch8
-rw-r--r--editors/openoffice/files/patch-stlport+STLport-4.5.patch8
-rw-r--r--editors/openoffice/files/patch-stlport::STLport-4.5.patch8
23 files changed, 92 insertions, 92 deletions
diff --git a/editors/openoffice-1.0/files/patch-stlport+STLport-4.5.patch b/editors/openoffice-1.0/files/patch-stlport+STLport-4.5.patch
index 83b4a7359d18..8c482fea843a 100644
--- a/editors/openoffice-1.0/files/patch-stlport+STLport-4.5.patch
+++ b/editors/openoffice-1.0/files/patch-stlport+STLport-4.5.patch
@@ -12,8 +12,8 @@
+ #
+-CC = gcc -pthread
+-CXX = c++ -pthread -fexceptions
-++CC+= ${PTHREAD_CFLAGS}
-++CXX+= ${PTHREAD_CFLAGS} -fexceptions
+++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT
+++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions
+
+ #
+ # Basename for libraries
@@ -47,8 +47,8 @@
++#
++# compiler
++#
-++CC+= ${PTHREAD_CFLAGS}
-++CXX+= ${PTHREAD_CFLAGS} -fexceptions
+++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT
+++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions
++
++#
++# Basename for libraries
diff --git a/editors/openoffice-1.0/files/patch-stlport::STLport-4.5.patch b/editors/openoffice-1.0/files/patch-stlport::STLport-4.5.patch
index 83b4a7359d18..8c482fea843a 100644
--- a/editors/openoffice-1.0/files/patch-stlport::STLport-4.5.patch
+++ b/editors/openoffice-1.0/files/patch-stlport::STLport-4.5.patch
@@ -12,8 +12,8 @@
+ #
+-CC = gcc -pthread
+-CXX = c++ -pthread -fexceptions
-++CC+= ${PTHREAD_CFLAGS}
-++CXX+= ${PTHREAD_CFLAGS} -fexceptions
+++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT
+++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions
+
+ #
+ # Basename for libraries
@@ -47,8 +47,8 @@
++#
++# compiler
++#
-++CC+= ${PTHREAD_CFLAGS}
-++CXX+= ${PTHREAD_CFLAGS} -fexceptions
+++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT
+++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions
++
++#
++# Basename for libraries
diff --git a/editors/openoffice-1.1-devel/files/patch-stlport+STLport-4.5.patch b/editors/openoffice-1.1-devel/files/patch-stlport+STLport-4.5.patch
index 83b4a7359d18..8c482fea843a 100644
--- a/editors/openoffice-1.1-devel/files/patch-stlport+STLport-4.5.patch
+++ b/editors/openoffice-1.1-devel/files/patch-stlport+STLport-4.5.patch
@@ -12,8 +12,8 @@
+ #
+-CC = gcc -pthread
+-CXX = c++ -pthread -fexceptions
-++CC+= ${PTHREAD_CFLAGS}
-++CXX+= ${PTHREAD_CFLAGS} -fexceptions
+++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT
+++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions
+
+ #
+ # Basename for libraries
@@ -47,8 +47,8 @@
++#
++# compiler
++#
-++CC+= ${PTHREAD_CFLAGS}
-++CXX+= ${PTHREAD_CFLAGS} -fexceptions
+++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT
+++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions
++
++#
++# Basename for libraries
diff --git a/editors/openoffice-1.1/files/patch-stlport+STLport-4.5.patch b/editors/openoffice-1.1/files/patch-stlport+STLport-4.5.patch
index 83b4a7359d18..8c482fea843a 100644
--- a/editors/openoffice-1.1/files/patch-stlport+STLport-4.5.patch
+++ b/editors/openoffice-1.1/files/patch-stlport+STLport-4.5.patch
@@ -12,8 +12,8 @@
+ #
+-CC = gcc -pthread
+-CXX = c++ -pthread -fexceptions
-++CC+= ${PTHREAD_CFLAGS}
-++CXX+= ${PTHREAD_CFLAGS} -fexceptions
+++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT
+++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions
+
+ #
+ # Basename for libraries
@@ -47,8 +47,8 @@
++#
++# compiler
++#
-++CC+= ${PTHREAD_CFLAGS}
-++CXX+= ${PTHREAD_CFLAGS} -fexceptions
+++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT
+++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions
++
++#
++# Basename for libraries
diff --git a/editors/openoffice-2.0-devel/files/patch-stlport+STLport-4.5.patch b/editors/openoffice-2.0-devel/files/patch-stlport+STLport-4.5.patch
index 83b4a7359d18..8c482fea843a 100644
--- a/editors/openoffice-2.0-devel/files/patch-stlport+STLport-4.5.patch
+++ b/editors/openoffice-2.0-devel/files/patch-stlport+STLport-4.5.patch
@@ -12,8 +12,8 @@
+ #
+-CC = gcc -pthread
+-CXX = c++ -pthread -fexceptions
-++CC+= ${PTHREAD_CFLAGS}
-++CXX+= ${PTHREAD_CFLAGS} -fexceptions
+++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT
+++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions
+
+ #
+ # Basename for libraries
@@ -47,8 +47,8 @@
++#
++# compiler
++#
-++CC+= ${PTHREAD_CFLAGS}
-++CXX+= ${PTHREAD_CFLAGS} -fexceptions
+++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT
+++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions
++
++#
++# Basename for libraries
diff --git a/editors/openoffice-3-devel/files/patch-stlport+STLport-4.5.patch b/editors/openoffice-3-devel/files/patch-stlport+STLport-4.5.patch
index 83b4a7359d18..8c482fea843a 100644
--- a/editors/openoffice-3-devel/files/patch-stlport+STLport-4.5.patch
+++ b/editors/openoffice-3-devel/files/patch-stlport+STLport-4.5.patch
@@ -12,8 +12,8 @@
+ #
+-CC = gcc -pthread
+-CXX = c++ -pthread -fexceptions
-++CC+= ${PTHREAD_CFLAGS}
-++CXX+= ${PTHREAD_CFLAGS} -fexceptions
+++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT
+++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions
+
+ #
+ # Basename for libraries
@@ -47,8 +47,8 @@
++#
++# compiler
++#
-++CC+= ${PTHREAD_CFLAGS}
-++CXX+= ${PTHREAD_CFLAGS} -fexceptions
+++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT
+++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions
++
++#
++# Basename for libraries
diff --git a/editors/openoffice-3/files/patch-stlport+STLport-4.5.patch b/editors/openoffice-3/files/patch-stlport+STLport-4.5.patch
index 83b4a7359d18..8c482fea843a 100644
--- a/editors/openoffice-3/files/patch-stlport+STLport-4.5.patch
+++ b/editors/openoffice-3/files/patch-stlport+STLport-4.5.patch
@@ -12,8 +12,8 @@
+ #
+-CC = gcc -pthread
+-CXX = c++ -pthread -fexceptions
-++CC+= ${PTHREAD_CFLAGS}
-++CXX+= ${PTHREAD_CFLAGS} -fexceptions
+++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT
+++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions
+
+ #
+ # Basename for libraries
@@ -47,8 +47,8 @@
++#
++# compiler
++#
-++CC+= ${PTHREAD_CFLAGS}
-++CXX+= ${PTHREAD_CFLAGS} -fexceptions
+++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT
+++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions
++
++#
++# Basename for libraries
diff --git a/editors/openoffice-devel/files/patch-stlport+STLport-4.5.patch b/editors/openoffice-devel/files/patch-stlport+STLport-4.5.patch
index 83b4a7359d18..8c482fea843a 100644
--- a/editors/openoffice-devel/files/patch-stlport+STLport-4.5.patch
+++ b/editors/openoffice-devel/files/patch-stlport+STLport-4.5.patch
@@ -12,8 +12,8 @@
+ #
+-CC = gcc -pthread
+-CXX = c++ -pthread -fexceptions
-++CC+= ${PTHREAD_CFLAGS}
-++CXX+= ${PTHREAD_CFLAGS} -fexceptions
+++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT
+++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions
+
+ #
+ # Basename for libraries
@@ -47,8 +47,8 @@
++#
++# compiler
++#
-++CC+= ${PTHREAD_CFLAGS}
-++CXX+= ${PTHREAD_CFLAGS} -fexceptions
+++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT
+++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions
++
++#
++# Basename for libraries
diff --git a/editors/openoffice.org-1.0/files/patch-stlport+STLport-4.5.patch b/editors/openoffice.org-1.0/files/patch-stlport+STLport-4.5.patch
index 83b4a7359d18..8c482fea843a 100644
--- a/editors/openoffice.org-1.0/files/patch-stlport+STLport-4.5.patch
+++ b/editors/openoffice.org-1.0/files/patch-stlport+STLport-4.5.patch
@@ -12,8 +12,8 @@
+ #
+-CC = gcc -pthread
+-CXX = c++ -pthread -fexceptions
-++CC+= ${PTHREAD_CFLAGS}
-++CXX+= ${PTHREAD_CFLAGS} -fexceptions
+++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT
+++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions
+
+ #
+ # Basename for libraries
@@ -47,8 +47,8 @@
++#
++# compiler
++#
-++CC+= ${PTHREAD_CFLAGS}
-++CXX+= ${PTHREAD_CFLAGS} -fexceptions
+++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT
+++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions
++
++#
++# Basename for libraries
diff --git a/editors/openoffice.org-1.0/files/patch-stlport::STLport-4.5.patch b/editors/openoffice.org-1.0/files/patch-stlport::STLport-4.5.patch
index 83b4a7359d18..8c482fea843a 100644
--- a/editors/openoffice.org-1.0/files/patch-stlport::STLport-4.5.patch
+++ b/editors/openoffice.org-1.0/files/patch-stlport::STLport-4.5.patch
@@ -12,8 +12,8 @@
+ #
+-CC = gcc -pthread
+-CXX = c++ -pthread -fexceptions
-++CC+= ${PTHREAD_CFLAGS}
-++CXX+= ${PTHREAD_CFLAGS} -fexceptions
+++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT
+++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions
+
+ #
+ # Basename for libraries
@@ -47,8 +47,8 @@
++#
++# compiler
++#
-++CC+= ${PTHREAD_CFLAGS}
-++CXX+= ${PTHREAD_CFLAGS} -fexceptions
+++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT
+++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions
++
++#
++# Basename for libraries
diff --git a/editors/openoffice.org-1.1-devel/files/patch-stlport+STLport-4.5.patch b/editors/openoffice.org-1.1-devel/files/patch-stlport+STLport-4.5.patch
index 83b4a7359d18..8c482fea843a 100644
--- a/editors/openoffice.org-1.1-devel/files/patch-stlport+STLport-4.5.patch
+++ b/editors/openoffice.org-1.1-devel/files/patch-stlport+STLport-4.5.patch
@@ -12,8 +12,8 @@
+ #
+-CC = gcc -pthread
+-CXX = c++ -pthread -fexceptions
-++CC+= ${PTHREAD_CFLAGS}
-++CXX+= ${PTHREAD_CFLAGS} -fexceptions
+++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT
+++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions
+
+ #
+ # Basename for libraries
@@ -47,8 +47,8 @@
++#
++# compiler
++#
-++CC+= ${PTHREAD_CFLAGS}
-++CXX+= ${PTHREAD_CFLAGS} -fexceptions
+++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT
+++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions
++
++#
++# Basename for libraries
diff --git a/editors/openoffice.org-1.1/files/patch-stlport+STLport-4.5.patch b/editors/openoffice.org-1.1/files/patch-stlport+STLport-4.5.patch
index 83b4a7359d18..8c482fea843a 100644
--- a/editors/openoffice.org-1.1/files/patch-stlport+STLport-4.5.patch
+++ b/editors/openoffice.org-1.1/files/patch-stlport+STLport-4.5.patch
@@ -12,8 +12,8 @@
+ #
+-CC = gcc -pthread
+-CXX = c++ -pthread -fexceptions
-++CC+= ${PTHREAD_CFLAGS}
-++CXX+= ${PTHREAD_CFLAGS} -fexceptions
+++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT
+++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions
+
+ #
+ # Basename for libraries
@@ -47,8 +47,8 @@
++#
++# compiler
++#
-++CC+= ${PTHREAD_CFLAGS}
-++CXX+= ${PTHREAD_CFLAGS} -fexceptions
+++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT
+++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions
++
++#
++# Basename for libraries
diff --git a/editors/openoffice.org-2-RC/files/patch-stlport+STLport-4.5.patch b/editors/openoffice.org-2-RC/files/patch-stlport+STLport-4.5.patch
index 83b4a7359d18..8c482fea843a 100644
--- a/editors/openoffice.org-2-RC/files/patch-stlport+STLport-4.5.patch
+++ b/editors/openoffice.org-2-RC/files/patch-stlport+STLport-4.5.patch
@@ -12,8 +12,8 @@
+ #
+-CC = gcc -pthread
+-CXX = c++ -pthread -fexceptions
-++CC+= ${PTHREAD_CFLAGS}
-++CXX+= ${PTHREAD_CFLAGS} -fexceptions
+++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT
+++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions
+
+ #
+ # Basename for libraries
@@ -47,8 +47,8 @@
++#
++# compiler
++#
-++CC+= ${PTHREAD_CFLAGS}
-++CXX+= ${PTHREAD_CFLAGS} -fexceptions
+++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT
+++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions
++
++#
++# Basename for libraries
diff --git a/editors/openoffice.org-2-devel/files/patch-stlport+STLport-4.5.patch b/editors/openoffice.org-2-devel/files/patch-stlport+STLport-4.5.patch
index 83b4a7359d18..8c482fea843a 100644
--- a/editors/openoffice.org-2-devel/files/patch-stlport+STLport-4.5.patch
+++ b/editors/openoffice.org-2-devel/files/patch-stlport+STLport-4.5.patch
@@ -12,8 +12,8 @@
+ #
+-CC = gcc -pthread
+-CXX = c++ -pthread -fexceptions
-++CC+= ${PTHREAD_CFLAGS}
-++CXX+= ${PTHREAD_CFLAGS} -fexceptions
+++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT
+++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions
+
+ #
+ # Basename for libraries
@@ -47,8 +47,8 @@
++#
++# compiler
++#
-++CC+= ${PTHREAD_CFLAGS}
-++CXX+= ${PTHREAD_CFLAGS} -fexceptions
+++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT
+++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions
++
++#
++# Basename for libraries
diff --git a/editors/openoffice.org-2.0-devel/files/patch-stlport+STLport-4.5.patch b/editors/openoffice.org-2.0-devel/files/patch-stlport+STLport-4.5.patch
index 83b4a7359d18..8c482fea843a 100644
--- a/editors/openoffice.org-2.0-devel/files/patch-stlport+STLport-4.5.patch
+++ b/editors/openoffice.org-2.0-devel/files/patch-stlport+STLport-4.5.patch
@@ -12,8 +12,8 @@
+ #
+-CC = gcc -pthread
+-CXX = c++ -pthread -fexceptions
-++CC+= ${PTHREAD_CFLAGS}
-++CXX+= ${PTHREAD_CFLAGS} -fexceptions
+++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT
+++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions
+
+ #
+ # Basename for libraries
@@ -47,8 +47,8 @@
++#
++# compiler
++#
-++CC+= ${PTHREAD_CFLAGS}
-++CXX+= ${PTHREAD_CFLAGS} -fexceptions
+++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT
+++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions
++
++#
++# Basename for libraries
diff --git a/editors/openoffice.org-2.0/files/patch-stlport+STLport-4.5.patch b/editors/openoffice.org-2.0/files/patch-stlport+STLport-4.5.patch
index 83b4a7359d18..8c482fea843a 100644
--- a/editors/openoffice.org-2.0/files/patch-stlport+STLport-4.5.patch
+++ b/editors/openoffice.org-2.0/files/patch-stlport+STLport-4.5.patch
@@ -12,8 +12,8 @@
+ #
+-CC = gcc -pthread
+-CXX = c++ -pthread -fexceptions
-++CC+= ${PTHREAD_CFLAGS}
-++CXX+= ${PTHREAD_CFLAGS} -fexceptions
+++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT
+++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions
+
+ #
+ # Basename for libraries
@@ -47,8 +47,8 @@
++#
++# compiler
++#
-++CC+= ${PTHREAD_CFLAGS}
-++CXX+= ${PTHREAD_CFLAGS} -fexceptions
+++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT
+++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions
++
++#
++# Basename for libraries
diff --git a/editors/openoffice.org-2/files/patch-stlport+STLport-4.5.patch b/editors/openoffice.org-2/files/patch-stlport+STLport-4.5.patch
index 83b4a7359d18..8c482fea843a 100644
--- a/editors/openoffice.org-2/files/patch-stlport+STLport-4.5.patch
+++ b/editors/openoffice.org-2/files/patch-stlport+STLport-4.5.patch
@@ -12,8 +12,8 @@
+ #
+-CC = gcc -pthread
+-CXX = c++ -pthread -fexceptions
-++CC+= ${PTHREAD_CFLAGS}
-++CXX+= ${PTHREAD_CFLAGS} -fexceptions
+++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT
+++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions
+
+ #
+ # Basename for libraries
@@ -47,8 +47,8 @@
++#
++# compiler
++#
-++CC+= ${PTHREAD_CFLAGS}
-++CXX+= ${PTHREAD_CFLAGS} -fexceptions
+++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT
+++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions
++
++#
++# Basename for libraries
diff --git a/editors/openoffice.org-3-RC/files/patch-stlport+STLport-4.5.patch b/editors/openoffice.org-3-RC/files/patch-stlport+STLport-4.5.patch
index 83b4a7359d18..8c482fea843a 100644
--- a/editors/openoffice.org-3-RC/files/patch-stlport+STLport-4.5.patch
+++ b/editors/openoffice.org-3-RC/files/patch-stlport+STLport-4.5.patch
@@ -12,8 +12,8 @@
+ #
+-CC = gcc -pthread
+-CXX = c++ -pthread -fexceptions
-++CC+= ${PTHREAD_CFLAGS}
-++CXX+= ${PTHREAD_CFLAGS} -fexceptions
+++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT
+++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions
+
+ #
+ # Basename for libraries
@@ -47,8 +47,8 @@
++#
++# compiler
++#
-++CC+= ${PTHREAD_CFLAGS}
-++CXX+= ${PTHREAD_CFLAGS} -fexceptions
+++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT
+++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions
++
++#
++# Basename for libraries
diff --git a/editors/openoffice.org-3-devel/files/patch-stlport+STLport-4.5.patch b/editors/openoffice.org-3-devel/files/patch-stlport+STLport-4.5.patch
index 83b4a7359d18..8c482fea843a 100644
--- a/editors/openoffice.org-3-devel/files/patch-stlport+STLport-4.5.patch
+++ b/editors/openoffice.org-3-devel/files/patch-stlport+STLport-4.5.patch
@@ -12,8 +12,8 @@
+ #
+-CC = gcc -pthread
+-CXX = c++ -pthread -fexceptions
-++CC+= ${PTHREAD_CFLAGS}
-++CXX+= ${PTHREAD_CFLAGS} -fexceptions
+++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT
+++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions
+
+ #
+ # Basename for libraries
@@ -47,8 +47,8 @@
++#
++# compiler
++#
-++CC+= ${PTHREAD_CFLAGS}
-++CXX+= ${PTHREAD_CFLAGS} -fexceptions
+++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT
+++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions
++
++#
++# Basename for libraries
diff --git a/editors/openoffice.org-3/files/patch-stlport+STLport-4.5.patch b/editors/openoffice.org-3/files/patch-stlport+STLport-4.5.patch
index 83b4a7359d18..8c482fea843a 100644
--- a/editors/openoffice.org-3/files/patch-stlport+STLport-4.5.patch
+++ b/editors/openoffice.org-3/files/patch-stlport+STLport-4.5.patch
@@ -12,8 +12,8 @@
+ #
+-CC = gcc -pthread
+-CXX = c++ -pthread -fexceptions
-++CC+= ${PTHREAD_CFLAGS}
-++CXX+= ${PTHREAD_CFLAGS} -fexceptions
+++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT
+++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions
+
+ #
+ # Basename for libraries
@@ -47,8 +47,8 @@
++#
++# compiler
++#
-++CC+= ${PTHREAD_CFLAGS}
-++CXX+= ${PTHREAD_CFLAGS} -fexceptions
+++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT
+++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions
++
++#
++# Basename for libraries
diff --git a/editors/openoffice.org-vcltesttool/files/patch-stlport+STLport-4.5.patch b/editors/openoffice.org-vcltesttool/files/patch-stlport+STLport-4.5.patch
index 83b4a7359d18..8c482fea843a 100644
--- a/editors/openoffice.org-vcltesttool/files/patch-stlport+STLport-4.5.patch
+++ b/editors/openoffice.org-vcltesttool/files/patch-stlport+STLport-4.5.patch
@@ -12,8 +12,8 @@
+ #
+-CC = gcc -pthread
+-CXX = c++ -pthread -fexceptions
-++CC+= ${PTHREAD_CFLAGS}
-++CXX+= ${PTHREAD_CFLAGS} -fexceptions
+++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT
+++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions
+
+ #
+ # Basename for libraries
@@ -47,8 +47,8 @@
++#
++# compiler
++#
-++CC+= ${PTHREAD_CFLAGS}
-++CXX+= ${PTHREAD_CFLAGS} -fexceptions
+++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT
+++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions
++
++#
++# Basename for libraries
diff --git a/editors/openoffice/files/patch-stlport+STLport-4.5.patch b/editors/openoffice/files/patch-stlport+STLport-4.5.patch
index 83b4a7359d18..8c482fea843a 100644
--- a/editors/openoffice/files/patch-stlport+STLport-4.5.patch
+++ b/editors/openoffice/files/patch-stlport+STLport-4.5.patch
@@ -12,8 +12,8 @@
+ #
+-CC = gcc -pthread
+-CXX = c++ -pthread -fexceptions
-++CC+= ${PTHREAD_CFLAGS}
-++CXX+= ${PTHREAD_CFLAGS} -fexceptions
+++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT
+++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions
+
+ #
+ # Basename for libraries
@@ -47,8 +47,8 @@
++#
++# compiler
++#
-++CC+= ${PTHREAD_CFLAGS}
-++CXX+= ${PTHREAD_CFLAGS} -fexceptions
+++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT
+++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions
++
++#
++# Basename for libraries
diff --git a/editors/openoffice/files/patch-stlport::STLport-4.5.patch b/editors/openoffice/files/patch-stlport::STLport-4.5.patch
index 83b4a7359d18..8c482fea843a 100644
--- a/editors/openoffice/files/patch-stlport::STLport-4.5.patch
+++ b/editors/openoffice/files/patch-stlport::STLport-4.5.patch
@@ -12,8 +12,8 @@
+ #
+-CC = gcc -pthread
+-CXX = c++ -pthread -fexceptions
-++CC+= ${PTHREAD_CFLAGS}
-++CXX+= ${PTHREAD_CFLAGS} -fexceptions
+++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT
+++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions
+
+ #
+ # Basename for libraries
@@ -47,8 +47,8 @@
++#
++# compiler
++#
-++CC+= ${PTHREAD_CFLAGS}
-++CXX+= ${PTHREAD_CFLAGS} -fexceptions
+++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT
+++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions
++
++#
++# Basename for libraries