diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-10-25 18:03:54 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-10-25 18:03:54 +0000 |
commit | d19b12356cce48d629009fcd8748cbfaf170c6cb (patch) | |
tree | 76daadabcee01d9a8f5e5f643afec1b493aa24fd /x11 | |
parent | Change maintainer's e-mail address. (diff) |
Fix compilation problems in -current
Submitted by: marcel
Diffstat (limited to 'x11')
-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} |