1
0
forked from ports/contrib

openexr: 1.6.0 -> 1.6.1

This commit is contained in:
Danny Rawlins 2007-10-27 09:32:06 +10:00
parent 05dbcd1f69
commit e1985996c2
2 changed files with 3 additions and 4 deletions

View File

@ -1 +1 @@
2a5cd9002f8ec6055bf5ba13b6d57668 openexr-1.6.0.tar.gz
11951f164f9c872b183df75e66de145a openexr-1.6.1.tar.gz

View File

@ -5,7 +5,7 @@
# Depends on: ilmbase
name=openexr
version=1.6.0
version=1.6.1
release=1
source=(http://download.savannah.nongnu.org/releases/openexr/openexr-$version.tar.gz)
@ -14,8 +14,7 @@ build() {
./configure \
--prefix=/usr \
--disable-static \
--disable-dependency-tracking
--disable-static
make
make DESTDIR=$PKG install