Skip to content

Commit

Permalink
[osx/ios] bump libtiff from 3.8.2 to 3.9.7 and configure without X11
Browse files Browse the repository at this point in the history
  • Loading branch information
davilla committed Feb 7, 2013
1 parent 5833332 commit 8381afe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tools/darwin/depends/tiff/Makefile
Expand Up @@ -2,12 +2,14 @@ include ../Makefile.include

# lib name, version
LIBNAME=tiff
VERSION=3.8.2
VERSION=3.9.7
SOURCE=$(LIBNAME)-$(VERSION)
ARCHIVE=$(SOURCE).tar.gz
BASE_URL=http://download.osgeo.org/libtiff

# configuration settings
CONFIGURE=./configure --prefix=$(PREFIX)
CONFIGURE=./configure --prefix=$(PREFIX) \
--without-x

LIBDYLIB=$(SOURCE)/libtiff/.libs/lib$(LIBNAME).dylib

Expand Down

3 comments on commit 8381afe

@Memphiz
Copy link
Member

@Memphiz Memphiz commented on 8381afe Feb 7, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move to our mirror?

@amet
Copy link
Contributor

@amet amet commented on 8381afe Feb 7, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

its on mirrors, just remove the BASE_URL

@davilla
Copy link
Contributor Author

@davilla davilla commented on 8381afe Feb 7, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

opps

Please sign in to comment.