freebsd-ports/editors/openoffice.org-1.0/files/patch-odk+util+makefile.pmk
Maho Nakata 9ca44e7f2f 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]
2005-08-28 08:25:09 +00:00

31 lines
793 B
Text

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