summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2-RC/files/patch-product+settings+settings.mk
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-2-RC/files/patch-product+settings+settings.mk')
-rw-r--r--editors/openoffice.org-2-RC/files/patch-product+settings+settings.mk26
1 files changed, 26 insertions, 0 deletions
diff --git a/editors/openoffice.org-2-RC/files/patch-product+settings+settings.mk b/editors/openoffice.org-2-RC/files/patch-product+settings+settings.mk
new file mode 100644
index 000000000000..9773406f4ed2
--- /dev/null
+++ b/editors/openoffice.org-2-RC/files/patch-product+settings+settings.mk
@@ -0,0 +1,26 @@
+--- ../product/settings/settings.mk.orig Wed May 29 00:16:16 2002
++++ ../product/settings/settings.mk Wed May 29 00:18:00 2002
+@@ -83,9 +83,8 @@
+
+ OS=SOLARIS
+ PS=/
+-CC=CC
+-LINK=CC
+-LIB=CC
++LINK=$(CC)
++LIB=$(CC)
+ ECHO=@echo
+ MKDIR=mkdir -p
+ CAT=cat
+@@ -136,9 +135,8 @@
+ OS=LINUX
+ PLATFORM=linux
+ PS=/
+-CC=gcc
+-LINK=gcc
+-LIB=gcc
++LINK=$(CC)
++LIB=$(CC)
+ ECHO=@echo
+ MKDIR=mkdir -p
+ CAT=cat