From ef540cc300e67962a0a5929a4ebefed145ded19e Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Sat, 2 Jun 2012 23:23:13 +0000 Subject: Fix build on i386. Previous commit was from an amd64 machine before checking i386. Noticed by naddy@ thanks. --- driver/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'driver/Makefile') 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= -- cgit v1.2.3