summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2.0-devel/files/patch-i66065
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2006-06-03 11:39:21 +0000
committerMaho Nakata <maho@FreeBSD.org>2006-06-03 11:39:21 +0000
commit9cb79afc33e141dca520eb05b3d24b4fb8269ba8 (patch)
tree72647b094beee71c40a5b7eb9095f199b2fd50c7 /editors/openoffice.org-2.0-devel/files/patch-i66065
parentFix pkg-plist, set NOT_FOR_ARCHS to amd64. (diff)
amd64 bits
Submitted by: jkim Modified by: maho
Notes
Notes: svn path=/head/; revision=164271
Diffstat (limited to '')
-rw-r--r--editors/openoffice.org-2.0-devel/files/patch-i6606529
1 files changed, 29 insertions, 0 deletions
diff --git a/editors/openoffice.org-2.0-devel/files/patch-i66065 b/editors/openoffice.org-2.0-devel/files/patch-i66065
new file mode 100644
index 000000000000..9d97beea1ca3
--- /dev/null
+++ b/editors/openoffice.org-2.0-devel/files/patch-i66065
@@ -0,0 +1,29 @@
+--- tools/inc/inetdef.hxx.orig Fri Sep 9 09:42:51 2005
++++ tools/inc/inetdef.hxx Thu May 25 18:31:02 2006
+@@ -65,7 +65,9 @@
+ #elif defined LINUX && defined X86
+ #define TOOLS_INETDEF_OS "Linux"
+ #elif defined FREEBSD && defined X86
+-#define TOOLS_INETDEF_OS "FreeBSD"
++#define TOOLS_INETDEF_OS "FreeBSD/i386"
++#elif defined FREEBSD && defined X86_64
++#define TOOLS_INETDEF_OS "FreeBSD/amd64"
+ #elif defined SINIX
+ #define TOOLS_INETDEF_OS "SINIX"
+ #elif defined IRIX
+--- tools/inc/solar.h.orig Wed Apr 26 16:42:59 2006
++++ tools/inc/solar.h Thu May 25 18:37:19 2006
+@@ -397,9 +397,12 @@
+ #elif defined LINUX && defined __x86_64__
+ #define __DLLEXTENSION "lx.so"
+ #define SYSTEM_ID SYSTEM_UNXLNXX
+-#elif defined FREEBSD
++#elif defined FREEBSD && defined X86
+ #define __DLLEXTENSION "fi.so"
+ #define SYSTEM_ID SYSTEM_UNXFBSDI
++#elif defined FREEBSD && defined X86_64
++ #define __DLLEXTENSION "fx.so"
++ #define SYSTEM_ID SYSTEM_UNXFBSDX
+ #elif defined IRIX
+ #define __DLLEXTENSION "im.so"
+ #define SYSTEM_ID SYSTEM_UNXIRXM