diff options
-rw-r--r-- | x11/XFree86-4/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/x11/XFree86-4/Makefile b/x11/XFree86-4/Makefile index ef9a663c336b..ca492e679072 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} |