summaryrefslogtreecommitdiff
path: root/x11-servers
diff options
context:
space:
mode:
authorSean Bruno <sbruno@FreeBSD.org>2015-05-06 17:10:37 +0000
committerSean Bruno <sbruno@FreeBSD.org>2015-05-06 17:10:37 +0000
commit03d312621237041f6f36bec7ba04efc07709795c (patch)
treeffc096b4b141e756878f5bd08dc2cf689048065d /x11-servers
parent- Update to 8.0.2 (diff)
Duplicate svn revision 368293 and fix compilation on armv6.
PR: 197092 Submitted by: mikael.urankar@gmail.com
Notes
Notes: svn path=/head/; revision=385527
Diffstat (limited to 'x11-servers')
-rw-r--r--x11-servers/xorg-vfbserver/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/x11-servers/xorg-vfbserver/Makefile b/x11-servers/xorg-vfbserver/Makefile
index 9cff2e2588d1..25211fc6c617 100644
--- a/x11-servers/xorg-vfbserver/Makefile
+++ b/x11-servers/xorg-vfbserver/Makefile
@@ -52,6 +52,13 @@ USE_XORG= pixman x11 fixesproto damageproto xcmiscproto xtrans \
PLIST_FILES= bin/Xvfb \
man/man1/Xvfb.1.gz
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == armv6
+EXTRA_PATCHES+= ${.CURDIR}/../xorg-server/files/extra-arm-patch-hw__xfree86__os-support__bsd__Makefile.in
+EXTRA_PATCHES+= ${.CURDIR}/../xorg-server/files/extra-arm-patch-include__servermd.h
+.endif
+
do-install:
cd ${WRKSRC}/hw/vfb; DESTDIR=${STAGEDIR} ${MAKE} install