summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.1-devel/files/moz-patch
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2004-10-31 04:21:45 +0000
committerMaho Nakata <maho@FreeBSD.org>2004-10-31 04:21:45 +0000
commit4e9da3d5679b7388b010f16c20191f11cf778feb (patch)
treea1c9376b5a49d17e3638e012e638a464e74516c0 /editors/openoffice-1.1-devel/files/moz-patch
parent- update to 0.12 (diff)
1) Change in Mozilla runtime build
#iZ 11424 #iZ 28398 checkout cws_srx645_mozooo of 2004/02/03 + moz/prj/build.lst http://qa.openoffice.org/issues/show_bug.cgi?id=11424 http://qa.openoffice.org/issues/show_bug.cgi?id=28398 remove files/zipmoz.sh remove Makefile.mozilla 2) remove optpatches (we have new version of freetype, need updated patches) 3) more clean ups
Notes
Notes: svn path=/head/; revision=120509
Diffstat (limited to 'editors/openoffice-1.1-devel/files/moz-patch')
-rw-r--r--editors/openoffice-1.1-devel/files/moz-patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/editors/openoffice-1.1-devel/files/moz-patch b/editors/openoffice-1.1-devel/files/moz-patch
new file mode 100644
index 000000000000..7341aed5cdd5
--- /dev/null
+++ b/editors/openoffice-1.1-devel/files/moz-patch
@@ -0,0 +1,19 @@
+#iZ 28398
+#iZ 11424
+
+http://qa.openoffice.org/issues/show_bug.cgi?id=28398
+http://qa.openoffice.org/issues/show_bug.cgi?id=11424
+
+--- moz/extractfiles.mk.org Sat Oct 30 22:01:49 2004
++++ moz/extractfiles.mk Sat Oct 30 22:00:21 2004
+@@ -269,8 +269,8 @@
+ +$(COPY) /QSZ $(INCLUDE_PATH)* $(INCLUDE_DIR)
+ +$(COPY) /QSZ $(PUBLIC_PATH)* $(INCLUDE_DIR)
+ .ELSE
+- +$(GNUCOPY) -pr $(INCLUDE_PATH)* $(INCLUDE_DIR)
+- +$(GNUCOPY) -pr $(PUBLIC_PATH)* $(INCLUDE_DIR)
++ +$(GNUCOPY) -Lr $(INCLUDE_PATH)* $(INCLUDE_DIR)
++ +$(GNUCOPY) -Lr $(PUBLIC_PATH)* $(INCLUDE_DIR)
+ .ENDIF
+
+ .IF "$(GUI)"=="UNX"