summaryrefslogtreecommitdiff
path: root/x11/xorg-libraries
diff options
context:
space:
mode:
authorDejan Lesjak <lesi@FreeBSD.org>2005-08-26 18:45:45 +0000
committerDejan Lesjak <lesi@FreeBSD.org>2005-08-26 18:45:45 +0000
commitf4c6ace965754252ac29c959ea7fd45a8c0a7b94 (patch)
tree04f6a090ae82f98efe51428a977728a9e84b25cc /x11/xorg-libraries
parentUpdate to 20050825 and make fetchable again. (diff)
Fix locale support on sparc64 by fixing path to search for libraries.
PR: ports/83316 Approved by: portmgr (marcus)
Notes
Notes: svn path=/head/; revision=140982
Diffstat (limited to 'x11/xorg-libraries')
-rw-r--r--x11/xorg-libraries/files/patch-XlcDL.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/x11/xorg-libraries/files/patch-XlcDL.c b/x11/xorg-libraries/files/patch-XlcDL.c
new file mode 100644
index 000000000000..e58113dd791d
--- /dev/null
+++ b/x11/xorg-libraries/files/patch-XlcDL.c
@@ -0,0 +1,16 @@
+--- lib/X11/XlcDL.c.orig Mon Aug 15 21:55:16 2005
++++ lib/X11/XlcDL.c Mon Aug 15 21:56:02 2005
+@@ -56,11 +56,13 @@
+ #include "XlcPublic.h"
+ #include "XlcPubI.h"
+
++#if !defined(__FreeBSD__)
+ #if defined(_LP64) && defined(__sparcv9)
+ # define _MACH64_NAME "sparcv9"
+ #else
+ # undef _MACH64_NAME
+ #endif /* defined(_LP64) && defined(__sparcv9) */
++#endif
+
+ #ifdef _MACH64_NAME
+ # define _MACH64_NAME_LEN (sizeof (_MACH64_NAME) - 1)