summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkhorben <khorben@pkgsrc.org>2013-08-10 23:02:26 +0000
committerkhorben <khorben@pkgsrc.org>2013-08-10 23:02:26 +0000
commit60159cb92df707e337ca8ee952787e0f822d0987 (patch)
tree5b7a362252e66f6fb56216958736661c1ea1f0f9
parent1ea32c788fa4208fa48c08b0aad9fce20fbb227b (diff)
downloadpkgsrc-60159cb92df707e337ca8ee952787e0f822d0987.tar.gz
Crude compilation fix for graphics/glx-utils:
- MesaDemos 7.11.2 was never released - fall back to MesaDemos 7.4.4 for the time being (as still found in distinfo)
-rw-r--r--graphics/glx-utils/Makefile3
-rw-r--r--graphics/glx-utils/hacks.mk6
2 files changed, 8 insertions, 1 deletions
diff --git a/graphics/glx-utils/Makefile b/graphics/glx-utils/Makefile
index 47dda8d9c03..fcad38c8f2a 100644
--- a/graphics/glx-utils/Makefile
+++ b/graphics/glx-utils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2012/10/06 14:10:55 asau Exp $
+# $NetBSD: Makefile,v 1.11 2013/08/10 23:02:26 khorben Exp $
DISTNAME= MesaDemos-${MESA_VERSION}
PKGNAME= glx-utils-${MESA_VERSION}
@@ -6,6 +6,7 @@ CATEGORIES= x11 graphics
COMMENT= OpenGL glxgears and glxinfo
.include "../../graphics/Mesa/Makefile.common"
+MESA_VERSION= 7.4.4
MESA_PATCHFILES= # don't track Mesa patchlevels
diff --git a/graphics/glx-utils/hacks.mk b/graphics/glx-utils/hacks.mk
new file mode 100644
index 00000000000..afae2a36bd1
--- /dev/null
+++ b/graphics/glx-utils/hacks.mk
@@ -0,0 +1,6 @@
+# $NetBSD: hacks.mk,v 1.1 2013/08/10 23:02:26 khorben Exp $
+
+### [Sun Aug 11 01:00:40 CEST 2013 : khorben]
+### MesaDemos $MESA_VERSION may not exist, so forcing 7.4.4 for now
+###
+MESA_VERSION= 7.4.4