diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-01-02 13:29:51 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-01-02 13:29:51 +0000 |
commit | 6342a7095a3eefd85ac9d3613ffb8f86986354c5 (patch) | |
tree | 96bd5857e5f1538f416ad66b5aacd08de444b827 /xserver/configure | |
parent | e2c13297a0c9b5d41e37e8cb1ef623f7501c53e3 (diff) |
Repair build of Xorg on hppa
Diffstat (limited to 'xserver/configure')
-rw-r--r-- | xserver/configure | 6 |
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 |