freebsd-ports/graphics/libGLU/files/patch-configure
Marius Strobl 315a9a0bee Re-enable DRI on powerpc and sparc64, mainly in order to fix
packaging.

Approved by:	rnoland
2009-04-10 18:00:49 +00:00

11 lines
307 B
Text

--- configure.orig 2009-03-28 00:59:46.000000000 +0000
+++ configure 2009-04-05 11:53:44.000000000 +0000
@@ -5739,7 +5739,7 @@
;;
*freebsd* | dragonfly*)
case "$host_cpu" in
- i*86|x86_64) default_driver="dri";;
+ i*86|x86_64|powerpc*|sparc*) default_driver="dri";;
esac
;;
esac