summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.0/files/patch-odk+util+makefile.pmk
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.org-1.0/files/patch-odk+util+makefile.pmk
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]
Diffstat (limited to 'editors/openoffice.org-1.0/files/patch-odk+util+makefile.pmk')
-rw-r--r--editors/openoffice.org-1.0/files/patch-odk+util+makefile.pmk31
1 files changed, 31 insertions, 0 deletions
diff --git a/editors/openoffice.org-1.0/files/patch-odk+util+makefile.pmk b/editors/openoffice.org-1.0/files/patch-odk+util+makefile.pmk
new file mode 100644
index 000000000000..f3056308a682
--- /dev/null
+++ b/editors/openoffice.org-1.0/files/patch-odk+util+makefile.pmk
@@ -0,0 +1,31 @@
+Index: odk/util/makefile.pmk
+===================================================================
+RCS file: /cvs/api/odk/util/makefile.pmk,v
+retrieving revision 1.26.2.4
+diff -u -r1.26.2.4 makefile.pmk
+--- odk/util/makefile.pmk 17 Feb 2003 15:51:33 -0000 1.26.2.4
++++ odk/util/makefile.pmk 29 Jul 2005 13:57:12 -0000
+@@ -76,7 +76,7 @@
+ #--------------------
+ MY_DELETE_RECURSIVE=rm -rf
+ MY_DIRCMP=dircmp
+-MY_TEXTCOPY= tr -d "\015"
++MY_TEXTCOPY=%%GNUTR%% -d "\015"
+ #MY_COPY=cat
+
+ MY_DLLPREFIX=lib
+@@ -116,6 +116,14 @@
+ DESTDIRLIB=$(DESTDIR)$/netbsd$/lib
+ DESTDIRDLL=$(DESTDIRLIB)
+
++.ELIF "$(OS)"=="FREEBSD"
++###########
++# FREEBSD
++###########
++DESTDIRBIN=$(DESTDIR)$/freebsd$/bin
++DESTDIRLIB=$(DESTDIR)$/freebsd$/lib
++DESTDIRDLL=$(DESTDIRLIB)
++
+ .ELIF "$(OS)"=="IRIX "
+ ###########
+ # IRIX