diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-11 14:45:18 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-11 14:45:18 +0000 |
commit | 0533abe3e7aae5c19e0a0ce9c1e82ed5e94f63e8 (patch) | |
tree | a1b2be81b03c41214a83694a77ef1ddcbdbb4e92 /editors/libreoffice/files/patch-configure | |
parent | Update to libreoffice 4.2.4 (diff) |
Forgot libreoffice itself in previous commit
Notes
Notes:
svn path=/head/; revision=357485
Diffstat (limited to 'editors/libreoffice/files/patch-configure')
-rw-r--r-- | editors/libreoffice/files/patch-configure | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/editors/libreoffice/files/patch-configure b/editors/libreoffice/files/patch-configure new file mode 100644 index 000000000000..126d931bc961 --- /dev/null +++ b/editors/libreoffice/files/patch-configure @@ -0,0 +1,20 @@ +--- configure.orig 2014-04-30 22:16:17.000000000 +0200 ++++ configure 2014-06-10 15:40:17.936566195 +0200 +@@ -10511,7 +10511,7 @@ + PLATFORMID=freebsd_x86 + OUTPATH=unxfbsdi + ;; +- x86_64) ++ amd64) + CPUNAME=X86_64 + RTL_ARCH=X86_64 + PLATFORMID=freebsd_x86_64 +@@ -17482,7 +17482,7 @@ + JAVA_ARCH="i386" + JAVA_TOOLKIT="client" + ;; +- x86_64) ++ amd64) + if test "`echo $JAVA_HOME | sed -e 's,.*/,,'`" = "linux"; then + JAVA_ARCH="i386" + JAVA_TOOLKIT="client" |