mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
f18d011411
[MEMO] In this commit, no version changed. But if you put 'WITHOUT_NOUVEAU' on /etc/make.conf, you can use new version of Mesa3D and libdrm. Discussed with: rnoland on freebsd-ports/freebsd-x11.
12 lines
307 B
Plaintext
12 lines
307 B
Plaintext
--- 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
|