summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.0/files/patch-solenv+inc+unitools.mk
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2005-08-28 08:25:09 +0000
committerMaho Nakata <maho@FreeBSD.org>2005-08-28 08:25:09 +0000
commit9ca44e7f2fe73c4c7c900f35202e85b5a65dff70 (patch)
tree16d9500cad73c569e11e449d5a59ac67961b6d57 /editors/openoffice-1.0/files/patch-solenv+inc+unitools.mk
parentUpdate to 3.05. (diff)
1. remove duplicated helpcontent_01.tgz in DISTFILES
section 2. LC_ALL and LANG are C for building[1] 3. do not pass CPUTYPE, as in some environment build fails and basically ignores (this port doesn't honor CFLAGS etc) 4. adding memo for localized languages [2] 5. SDK is now buildable 6. change russian translation patch so as to apply much easier 7. helpcontent_31_unix.tgz does not exist, but 30. PR: 84786 [1] 83502 [2] Submitted by : achix mantzix[1] and Harald Schmalzbauer[2]
Notes
Notes: svn path=/head/; revision=141047
Diffstat (limited to 'editors/openoffice-1.0/files/patch-solenv+inc+unitools.mk')
-rw-r--r--editors/openoffice-1.0/files/patch-solenv+inc+unitools.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/editors/openoffice-1.0/files/patch-solenv+inc+unitools.mk b/editors/openoffice-1.0/files/patch-solenv+inc+unitools.mk
new file mode 100644
index 000000000000..983adcf1cf4f
--- /dev/null
+++ b/editors/openoffice-1.0/files/patch-solenv+inc+unitools.mk
@@ -0,0 +1,16 @@
+Index: solenv/inc/unitools.mk
+===================================================================
+RCS file: /cvs/tools/solenv/inc/unitools.mk,v
+retrieving revision 1.12.4.2
+diff -u -r1.12.4.2 unitools.mk
+--- solenv/inc/unitools.mk 7 Jan 2003 15:22:16 -0000 1.12.4.2
++++ solenv/inc/unitools.mk 4 Aug 2005 01:42:23 -0000
+@@ -147,7 +147,7 @@
+ GNUPATCH=gnupatch
+ .ELSE # "$(OS)"=="SOLARIS"
+ AWK=awk
+-GNUCOPY=cp
++GNUCOPY=%%GNUCOPY%%
+ GNUPATCH=patch
+ .ENDIF # "$(OS)"=="SOLARIS"
+ .IF "$(OS)"=="LINUX" || "$(OS)"=="MACOSX"