summaryrefslogtreecommitdiff
path: root/x11/XFree86-4-libraries/Makefile
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2003-12-05 01:57:05 +0000
committerPeter Wemm <peter@FreeBSD.org>2003-12-05 01:57:05 +0000
commit3ff34d5f5b8cf6ecd1ee819876269a30a0d1515f (patch)
treec1d853955a80252fa6c82bde4e5dd4b0b04cdc74 /x11/XFree86-4-libraries/Makefile
parentSecond change to get kdebase3 to work on amd64. kdebase builds a plugin (diff)
Make this package on amd64 now that I've added two more files.
Notes
Notes: svn path=/head/; revision=95102
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 5e05001e7c13..c160d8298569 100644
--- a/x11/XFree86-4-libraries/Makefile
+++ b/x11/XFree86-4-libraries/Makefile
@@ -68,6 +68,13 @@ PLIST_SUB+= XTHRSTUB:="@comment "
PLIST_SUB+= XTHRSTUB:=""
.endif
+# amd64 also supplies libxkbfile.so*
+.if ${MACHINE_ARCH} == "amd64"
+PLIST_SUB+= AMD64:=""
+.else
+PLIST_SUB+= AMD64:="@comment "
+.endif
+
post-extract:
${GUNZIP_CMD} -c ${DISTDIR}/${DIST_SUBDIR}/Wraphelp2.gz > \
${WRKSRC}/lib/Xdmcp/Wraphelp.c