comparison graphics/glew/glew.sh @ 902:a133976e0783

vanilla: remove all origins, closes #2203
author David Demelier <markand@malikania.fr>
date Mon, 26 Aug 2019 12:14:53 +0200
parents 1b469dd5cd33
children ddab65a5b3f5
comparison
equal deleted inserted replaced
901:e2de15b7d2b1 902:a133976e0783
19 PKGVERSION=2.1.0 19 PKGVERSION=2.1.0
20 PKGREVISION=1 20 PKGREVISION=1
21 PKGLICENSE="BSD3CLAUSE MIT CUSTOM" 21 PKGLICENSE="BSD3CLAUSE MIT CUSTOM"
22 PKGSUMMARY="OpenGL extension wrangler library" 22 PKGSUMMARY="OpenGL extension wrangler library"
23 PKGDOWNLOAD="https://sourceforge.net/projects/glew/files/$PKGNAME/$PKGVERSION/$PKGNAME-$PKGVERSION.tgz" 23 PKGDOWNLOAD="https://sourceforge.net/projects/glew/files/$PKGNAME/$PKGVERSION/$PKGNAME-$PKGVERSION.tgz"
24 PKGDEPENDS="graphics/mesa" 24 PKGDEPENDS="mesa"
25 25
26 : ${CC:=clang} 26 : ${CC:=clang}
27 : ${CFLAGS:=-O2 -fPIC} 27 : ${CFLAGS:=-O2 -fPIC}
28 28
29 build() 29 build()