diff options
author | mbr <mbr@FreeBSD.org> | 2002-03-11 17:18:13 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-03-11 17:18:13 +0800 |
commit | 3573e04975851908aabb28a44077dc7e108cdf3c (patch) | |
tree | b913f01e7f90b44c924852ce3d16dfca51c3c161 /editors/openoffice.org-2.0-devel | |
parent | 96f3202b1a59e4922451129974b5b71bc9297d09 (diff) | |
download | freebsd-ports-gnome-3573e04975851908aabb28a44077dc7e108cdf3c.tar.gz freebsd-ports-gnome-3573e04975851908aabb28a44077dc7e108cdf3c.tar.zst freebsd-ports-gnome-3573e04975851908aabb28a44077dc7e108cdf3c.zip |
Build unoidl too
Diffstat (limited to 'editors/openoffice.org-2.0-devel')
-rw-r--r-- | editors/openoffice.org-2.0-devel/files/patch-offapi+util+makefile.pmk | 11 | ||||
-rw-r--r-- | editors/openoffice.org-2.0-devel/files/patch-offapi::util::makefile.pmk | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/editors/openoffice.org-2.0-devel/files/patch-offapi+util+makefile.pmk b/editors/openoffice.org-2.0-devel/files/patch-offapi+util+makefile.pmk new file mode 100644 index 000000000000..5cdbb1b4aa4a --- /dev/null +++ b/editors/openoffice.org-2.0-devel/files/patch-offapi+util+makefile.pmk @@ -0,0 +1,11 @@ +--- ../offapi/util/makefile.pmk.orig Mon Mar 11 01:37:55 2002 ++++ ../offapi/util/makefile.pmk Mon Mar 11 01:37:57 2002 +@@ -85,7 +85,7 @@ + + URDDOC=TRUE + +-.IF "$(OS)"=="SOLARIS" ++.IF "$(OS)"=="SOLARIS" || "$(OS)"=="FREEBSD" + .IF "$(CPU)"=="I" + UNOIDL=unoidl + .ENDIF diff --git a/editors/openoffice.org-2.0-devel/files/patch-offapi::util::makefile.pmk b/editors/openoffice.org-2.0-devel/files/patch-offapi::util::makefile.pmk new file mode 100644 index 000000000000..5cdbb1b4aa4a --- /dev/null +++ b/editors/openoffice.org-2.0-devel/files/patch-offapi::util::makefile.pmk @@ -0,0 +1,11 @@ +--- ../offapi/util/makefile.pmk.orig Mon Mar 11 01:37:55 2002 ++++ ../offapi/util/makefile.pmk Mon Mar 11 01:37:57 2002 +@@ -85,7 +85,7 @@ + + URDDOC=TRUE + +-.IF "$(OS)"=="SOLARIS" ++.IF "$(OS)"=="SOLARIS" || "$(OS)"=="FREEBSD" + .IF "$(CPU)"=="I" + UNOIDL=unoidl + .ENDIF |