diff options
Diffstat (limited to 'editors/openoffice.org-3-devel')
-rw-r--r-- | editors/openoffice.org-3-devel/files/patch-odk+util+makefile.pmk | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/editors/openoffice.org-3-devel/files/patch-odk+util+makefile.pmk b/editors/openoffice.org-3-devel/files/patch-odk+util+makefile.pmk new file mode 100644 index 000000000000..2ffebd6b9f61 --- /dev/null +++ b/editors/openoffice.org-3-devel/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 + |