diff options
author | Marius Strobl <marius@FreeBSD.org> | 2009-04-10 18:00:49 +0000 |
---|---|---|
committer | Marius Strobl <marius@FreeBSD.org> | 2009-04-10 18:00:49 +0000 |
commit | 315a9a0beedc2d79849205c02a8e0c3388bc4cea (patch) | |
tree | 6a2f016e2d8b096b46adcbae1e134593753001af /graphics/libGLU | |
parent | 239124d4958d18057ae61d85fe2fe3e9fb2c3897 (diff) |
Notes
Diffstat (limited to 'graphics/libGLU')
-rw-r--r-- | graphics/libGLU/Makefile | 1 | ||||
-rw-r--r-- | graphics/libGLU/files/patch-configure | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/graphics/libGLU/Makefile b/graphics/libGLU/Makefile index b39ab7574fe5..c41b11f63235 100644 --- a/graphics/libGLU/Makefile +++ b/graphics/libGLU/Makefile @@ -7,6 +7,7 @@ PORTNAME= libGLU PORTVERSION= ${MESAVERSION} +PORTREVISION= 1 CATEGORIES= graphics COMMENT= OpenGL utility library diff --git a/graphics/libGLU/files/patch-configure b/graphics/libGLU/files/patch-configure new file mode 100644 index 000000000000..af45b71f21c3 --- /dev/null +++ b/graphics/libGLU/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 |