diff options
author | khorben <khorben> | 2013-08-10 23:02:26 +0000 |
---|---|---|
committer | khorben <khorben> | 2013-08-10 23:02:26 +0000 |
commit | 07e6152601cb9a5bb872edae216140d91428c93e (patch) | |
tree | 5b7a362252e66f6fb56216958736661c1ea1f0f9 /graphics/glx-utils | |
parent | f14d26897d11d13ed4377fee13288bb547be7cfb (diff) | |
download | pkgsrc-07e6152601cb9a5bb872edae216140d91428c93e.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)
Diffstat (limited to 'graphics/glx-utils')
-rw-r--r-- | graphics/glx-utils/Makefile | 3 | ||||
-rw-r--r-- | graphics/glx-utils/hacks.mk | 6 |
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 |