aboutsummaryrefslogtreecommitdiff
path: root/graphics/libGLw
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2009-04-10 18:00:49 +0000
committerMarius Strobl <marius@FreeBSD.org>2009-04-10 18:00:49 +0000
commit315a9a0beedc2d79849205c02a8e0c3388bc4cea (patch)
tree6a2f016e2d8b096b46adcbae1e134593753001af /graphics/libGLw
parent239124d4958d18057ae61d85fe2fe3e9fb2c3897 (diff)
downloadports-315a9a0beedc2d79849205c02a8e0c3388bc4cea.tar.gz
ports-315a9a0beedc2d79849205c02a8e0c3388bc4cea.zip
Notes
Diffstat (limited to 'graphics/libGLw')
-rw-r--r--graphics/libGLw/Makefile1
-rw-r--r--graphics/libGLw/files/patch-configure11
2 files changed, 12 insertions, 0 deletions
diff --git a/graphics/libGLw/Makefile b/graphics/libGLw/Makefile
index fa52387467da..9a85cd4a2bf8 100644
--- a/graphics/libGLw/Makefile
+++ b/graphics/libGLw/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libGLw
PORTVERSION= ${MESAVERSION}
+PORTREVISION= 1
CATEGORIES= graphics
COMMENT= OpenGL widgets library
diff --git a/graphics/libGLw/files/patch-configure b/graphics/libGLw/files/patch-configure
new file mode 100644
index 000000000000..af45b71f21c3
--- /dev/null
+++ b/graphics/libGLw/files/patch-configure
@@ -0,0 +1,11 @@
+--- 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