summaryrefslogtreecommitdiff
path: root/xserver/configure
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2011-01-02 13:29:51 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2011-01-02 13:29:51 +0000
commit6342a7095a3eefd85ac9d3613ffb8f86986354c5 (patch)
tree96bd5857e5f1538f416ad66b5aacd08de444b827 /xserver/configure
parente2c13297a0c9b5d41e37e8cb1ef623f7501c53e3 (diff)
Repair build of Xorg on hppa
Diffstat (limited to 'xserver/configure')
-rw-r--r--xserver/configure6
1 files changed, 6 insertions, 0 deletions
diff --git a/xserver/configure b/xserver/configure
index ef4a2d17e..7f1e10a04 100644
--- a/xserver/configure
+++ b/xserver/configure
@@ -30009,6 +30009,12 @@ _ACEOF
s390*)
GLX_ARCH_DEFINES="-D__GLX_ALIGN64"
;;
+ hppa*)
+ case $host_os in
+ *openbsd*) HPPA_VIDEO=yes
+ ;;
+ esac
+ ;;
esac