summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>2000-10-25 18:03:54 +0000
committerjmz <jmz@FreeBSD.org>2000-10-25 18:03:54 +0000
commit108741c7c920e078cd0deff95a9595059e9b17c5 (patch)
treed3769203ae81b745017752ebff015c56046e6613 /x11
parent0bb6b189f9f9188ccefdee602d340c91d68285cd (diff)
downloadFreeBSD-ports-108741c7c920e078cd0deff95a9595059e9b17c5.zip
FreeBSD-ports-108741c7c920e078cd0deff95a9595059e9b17c5.tar.gz
Fix compilation problems in -current
Submitted by: marcel
Diffstat (limited to 'x11')
-rw-r--r--x11/XFree86-4/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/x11/XFree86-4/Makefile b/x11/XFree86-4/Makefile
index ef9a663..ca492e6 100644
--- a/x11/XFree86-4/Makefile
+++ b/x11/XFree86-4/Makefile
@@ -78,6 +78,14 @@ pre-fetch:
.include <bsd.port.pre.mk>
+.if ${OSVERSION} > 500012
+post-patch:
+ @if [ ! -e ${WRKSRC}/include/Xarch.h.orig ]; then\
+ mv ${WRKSRC}/include/Xarch.h ${WRKSRC}/include/Xarch.h.orig;\
+ ${SED} -e 52d -e 54d < ${WRKSRC}/include/Xarch.h.orig > \
+ ${WRKSRC}/include/Xarch.h; fi
+.endif
+
pre-install:
${MKDIR} ${PREFIX}
OpenPOWER on IntegriCloud