diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-05-07 05:12:36 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-05-07 05:12:36 +0000 |
commit | 782d0a4471497c04fffad12bf27383357101ea54 (patch) | |
tree | 4cd9a82e2244d400c5979cae83786faa998a0e52 /x11-drivers/xf86-video-openchrome | |
parent | bad881dd75376827336b2541941f4c7b3e7b829d (diff) | |
download | ports-782d0a4471497c04fffad12bf27383357101ea54.tar.gz ports-782d0a4471497c04fffad12bf27383357101ea54.zip |
Notes
Diffstat (limited to 'x11-drivers/xf86-video-openchrome')
-rw-r--r-- | x11-drivers/xf86-video-openchrome/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-openchrome/Makefile b/x11-drivers/xf86-video-openchrome/Makefile index d3087e5335f7..85695f8680fb 100644 --- a/x11-drivers/xf86-video-openchrome/Makefile +++ b/x11-drivers/xf86-video-openchrome/Makefile @@ -24,4 +24,10 @@ MAKE_ARGS+= drivermandir=${LOCALBASE}/man/man4 ONLY_FOR_ARCHS= amd64 i386 ia64 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 700000 +USE_GCC= 4.2+ +.endif + +.include <bsd.port.post.mk>
\ No newline at end of file |