summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3-RC
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2003-03-28 08:56:51 +0000
committerMartin Blapp <mbr@FreeBSD.org>2003-03-28 08:56:51 +0000
commit9233bc970e4f0dde95fecf8f9db7cda99ef203d0 (patch)
tree94a915bcfd6675c60799744be3e3f7dea67a6bd8 /editors/openoffice.org-3-RC
parentcad/leocad checksum update and minor include file fix (diff)
BSD cp does not have -u option.
Notes
Notes: svn path=/head/; revision=77592
Diffstat (limited to 'editors/openoffice.org-3-RC')
-rw-r--r--editors/openoffice.org-3-RC/files/patch-odk+util+makefile.pmk16
1 files changed, 16 insertions, 0 deletions
diff --git a/editors/openoffice.org-3-RC/files/patch-odk+util+makefile.pmk b/editors/openoffice.org-3-RC/files/patch-odk+util+makefile.pmk
new file mode 100644
index 000000000000..2ffebd6b9f61
--- /dev/null
+++ b/editors/openoffice.org-3-RC/files/patch-odk+util+makefile.pmk
@@ -0,0 +1,16 @@
+--- ../odk/util/makefile.pmk.orig Fri Mar 28 07:17:29 2003
++++ ../odk/util/makefile.pmk Fri Mar 28 07:19:02 2003
+@@ -111,8 +111,13 @@
+ XMLOUT=$(SOLARXMLDIR)
+ LIBOUT=$(SOLARLIBDIR)
+
++.IF "$(OS)"=="FREEBSD"
++MY_COPY=$(GNUCOPY)
++MY_COPY_RECURSIVE=$(GNUCOPY) -r
++.ELSE
+ MY_COPY=$(GNUCOPY) -u
+ MY_COPY_RECURSIVE=$(GNUCOPY) -urf
++.ENDIF
+
+ CONVERTTAGSCRIPT=$(SOLARENV)$/bin$/converttags.pl
+