forked from ports/contrib
glew: 64 bit libdir fix
This commit is contained in:
parent
c2fff32488
commit
a7dbd118fc
@ -6,11 +6,11 @@
|
||||
|
||||
name=glew
|
||||
version=1.7.0
|
||||
release=1
|
||||
release=2
|
||||
source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tgz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
make CFLAGS.EXTRA="$CFLAGS"
|
||||
make GLEW_DEST=$PKG/usr install
|
||||
make LIBDIR="$PKG/usr/lib" GLEW_DEST=$PKG/usr install
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user