summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3-RC/files/patch-solenv+inc+unxfbsdi.mk
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-3-RC/files/patch-solenv+inc+unxfbsdi.mk')
-rw-r--r--editors/openoffice.org-3-RC/files/patch-solenv+inc+unxfbsdi.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/openoffice.org-3-RC/files/patch-solenv+inc+unxfbsdi.mk b/editors/openoffice.org-3-RC/files/patch-solenv+inc+unxfbsdi.mk
index ac04cf1d24a3..9da9a684d7c0 100644
--- a/editors/openoffice.org-3-RC/files/patch-solenv+inc+unxfbsdi.mk
+++ b/editors/openoffice.org-3-RC/files/patch-solenv+inc+unxfbsdi.mk
@@ -42,8 +42,9 @@
-CXX= g++
-CDEFS+= -D_USE_NAMESPACE=1 -DX86 -DNEW_SOLAR -DSTLPORT_VERSION=400
-CDEFS+= -D_REENTRANT -D_PTHREADS -D_THREAD_SAFE
+-CFLAGS+= -c $(INCLUDE)
+# flags for C and C++ Compile
- CFLAGS+= -w -c $(INCLUDE)
++CFLAGS+= -w -c $(INCLUDE)
CFLAGS+= -I/usr/X11R6/include
+
+# flags for the C++ Compiler