From 62d3b1c1fc5917881b5ddbd7e85367d9ee8f0523 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 11 Mar 2003 23:38:11 +0000 Subject: Update XFree86 ports, including linux_dri, to 4.3.0. Set IGNORE= in dri-devel for being outdated. Thank you to all the testers and people who submitted patches for this update. Approved by: portmgr --- x11/XFree86-4-libraries/files/patch-XlcDL.c | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 x11/XFree86-4-libraries/files/patch-XlcDL.c (limited to 'x11/XFree86-4-libraries/files/patch-XlcDL.c') diff --git a/x11/XFree86-4-libraries/files/patch-XlcDL.c b/x11/XFree86-4-libraries/files/patch-XlcDL.c deleted file mode 100644 index 5b1d42898ac5..000000000000 --- a/x11/XFree86-4-libraries/files/patch-XlcDL.c +++ /dev/null @@ -1,15 +0,0 @@ ---- lib/X11/XlcDL.c.orig Sun Dec 1 23:17:32 2002 -+++ lib/X11/XlcDL.c Sun Dec 1 23:17:11 2002 -@@ -60,7 +60,12 @@ - #define _MACH64_NAME "sparcv9" - #define _MACH64_NAME_LEN (sizeof (_MACH64_NAME) - 1) - #else /* !defined(__sparcv9) */ -+#if defined(__ia64__) -+#define _MACH64_NAME "ia64" -+#define _MACH64_NAME_LEN (sizeof (_MACH64_NAME) - 1) -+#else /* !defined(__ia64__) */ - #error "Unknown architecture" -+#endif /* defined(__ia64__) */ - #endif /* defined(__sparcv9) */ - #endif /* _LP64 */ - -- cgit v1.2.3