diff options
author | miwi <miwi@FreeBSD.org> | 2010-05-07 11:37:45 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-05-07 11:37:45 +0800 |
commit | d24057a451f7ecd883e42a1b5cbe2d85c8bce679 (patch) | |
tree | 460824fc846311d0cd14a2f8ccdc373dd98c4e34 /x11-drivers/xf86-input-void/Makefile | |
parent | df364674383c9b1e3fb20758a2e166d1e12281c6 (diff) | |
download | freebsd-ports-gnome-d24057a451f7ecd883e42a1b5cbe2d85c8bce679.tar.gz freebsd-ports-gnome-d24057a451f7ecd883e42a1b5cbe2d85c8bce679.tar.zst freebsd-ports-gnome-d24057a451f7ecd883e42a1b5cbe2d85c8bce679.zip |
- Fix build on 6.X
Diffstat (limited to 'x11-drivers/xf86-input-void/Makefile')
-rw-r--r-- | x11-drivers/xf86-input-void/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-void/Makefile b/x11-drivers/xf86-input-void/Makefile index cd7f6a7d1606..6f12e2a07625 100644 --- a/x11-drivers/xf86-input-void/Makefile +++ b/x11-drivers/xf86-input-void/Makefile @@ -15,4 +15,10 @@ COMMENT= X.Org void input driver XORG_CAT= driver MAN4= void.4x -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 700000 +USE_GCC= 4.2+ +.endif + +.include <bsd.port.post.mk> |