diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-06-02 23:23:13 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-06-02 23:23:13 +0000 |
commit | ef540cc300e67962a0a5929a4ebefed145ded19e (patch) | |
tree | 460eefa5aaa7cf5bdaa2cc8f0b665e1a7f82235d /driver/Makefile | |
parent | c4dc0e5b8bd5233f7a279d8acc3c3ef29cf6ddc1 (diff) |
Fix build on i386. Previous commit was from an amd64 machine before
checking i386. Noticed by naddy@ thanks.
Diffstat (limited to 'driver/Makefile')
-rw-r--r-- | driver/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/driver/Makefile b/driver/Makefile index dc19eabaf..d7ebe19c2 100644 --- a/driver/Makefile +++ b/driver/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.49 2012/06/02 15:58:19 matthieu Exp $ +# $OpenBSD: Makefile,v 1.50 2012/06/02 23:23:12 matthieu Exp $ # Check for Xserver 1.12 or later USING_XSERVER_112 != if pkg-config --atleast-version 1.10 xorg-server; then \ @@ -87,7 +87,7 @@ VIDEO_DRV_i386= \ xf86-video-i740 .if !$(USING_XSERVER_112) - xf86-video-voodoo +VIDEO_DRV_i386 += xf86-video-voodoo .endif VIDEO_DRV_landisk= |