summaryrefslogtreecommitdiff
path: root/x11/XFree86-4-libraries/Makefile
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2002-09-19 01:41:58 +0000
committerEric Anholt <anholt@FreeBSD.org>2002-09-19 01:41:58 +0000
commitfc8cc1d00881161fa7829a64e9b237adac2f9646 (patch)
tree0ebe309554d772023880f4c6c27f6a10d6b6281b /x11/XFree86-4-libraries/Makefile
parentAdd a missing directory (diff)
Add patch to support XFree86-4-libraries and -clients on sparc64
Submitted by: tmm
Notes
Notes: svn path=/head/; revision=66647
Diffstat (limited to 'x11/XFree86-4-libraries/Makefile')
-rw-r--r--x11/XFree86-4-libraries/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/x11/XFree86-4-libraries/Makefile b/x11/XFree86-4-libraries/Makefile
index 53beecc618a9..afc36b49b2d0 100644
--- a/x11/XFree86-4-libraries/Makefile
+++ b/x11/XFree86-4-libraries/Makefile
@@ -94,6 +94,13 @@ PLIST_SUB+= OSMESA:="@comment "
PLIST_SUB+= OSMESA:=""
.endif
+# sparc64 doesn't have a working libc_r yet.
+.if ${MACHINE_ARCH} == "sparc64"
+PLIST_SUB+= XTHRSTUB:="@comment "
+.else
+PLIST_SUB+= XTHRSTUB:=""
+.endif
+
post-extract:
${GUNZIP_CMD} -c ${DISTDIR}/${DIST_SUBDIR}/Wraphelp.gz > \
${WRKSRC}/lib/Xdmcp/Wraphelp.c