summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.1-devel/files/patch-vcl::util::makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-1.1-devel/files/patch-vcl::util::makefile.mk')
-rw-r--r--editors/openoffice.org-1.1-devel/files/patch-vcl::util::makefile.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/openoffice.org-1.1-devel/files/patch-vcl::util::makefile.mk b/editors/openoffice.org-1.1-devel/files/patch-vcl::util::makefile.mk
new file mode 100644
index 000000000000..1ea13157ce57
--- /dev/null
+++ b/editors/openoffice.org-1.1-devel/files/patch-vcl::util::makefile.mk
@@ -0,0 +1,14 @@
+--- ../vcl/util/makefile.mk.orig Sun Jul 21 00:12:09 2002
++++ ../vcl/util/makefile.mk Sun Jul 21 00:12:11 2002
+@@ -293,9 +293,9 @@
+ .ENDIF # "$(OS)"=="MACOSX"
+ .ENDIF # "$(OS)"=="SOLARIS"
+
+-.IF "$(OS)"=="LINUX" || "$(OS)"=="SOLARIS"
++.IF "$(OS)"=="LINUX" || "$(OS)"=="SOLARIS" || "$(OS)"=="FREEBSD"
+ SHL1STDLIBS += -laudio
+-.ENDIF # "$(OS)"=="LINUX" || "$(OS)"=="SOLARIS"
++.ENDIF # "$(OS)"=="LINUX" || "$(OS)"=="SOLARIS" || "$(OS)"=="FREEBSD"
+
+ .ENDIF # "$(GUI)"=="UNX"
+