Path to this page:
./
graphics/glew,
OpenGL Extension Wrangler Library
Branch: pkgsrc-2013Q4,
Version: 1.10.0,
Package name: glew-1.10.0,
Maintainer: pkgsrc-usersThe OpenGL Extension Wrangler Library (GLEW) is a cross-platform C/C++
extension loading library. GLEW provides efficient run-time mechanisms for
determining which OpenGL extensions are supported on the target platform.
OpenGL core and extension functionality is exposed in a single header file.
Required to run:[
graphics/MesaLib]
Required to build:[
x11/xf86vidmodeproto] [
x11/fixesproto] [
x11/damageproto] [
x11/glproto] [
x11/xextproto] [
x11/xf86driproto] [
x11/dri2proto] [
x11/inputproto] [
x11/xproto] [
pkgtools/x11-links]
Master sites:
SHA1: f41b45ca4a630ad1d00b8b87c5f493781a380300
RMD160: cd9772b37e4f48fe2e25a55303eb89363ce91467
Filesize: 554.302 KB
Version history: (Expand)
- (2014-01-01) Package added to pkgsrc.se, version glew-1.10.0 (created)
CVS history: (Expand)
2014-02-17 13:10:59 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Pullup ticket #4328 - requested by bouyer
graphics/glew: build fix
Revisions pulled up:
- graphics/glew/Makefile 1.17
---
Module Name: pkgsrc
Committed By: bouyer
Date: Sun Feb 16 22:45:54 UTC 2014
Modified Files:
pkgsrc/graphics/glew: Makefile
Log message:
For some reason NetBSD is identified as 'netbsdelf' here.
Add a symlink from Makefile.netbsdelf to Makefile.netbsd to that
the package can build.
|