Skip to content

Commit

Permalink
libgeotiff: Adding a BUILD and CONFIGURE and adjusting the BUILD to
Browse files Browse the repository at this point in the history
disable some documentation.
  • Loading branch information
stumbles committed Feb 4, 2013
1 parent 9802545 commit 87ca518
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion science/libgeotiff/BUILD
@@ -1,6 +1,8 @@
(

export CFLAGS="$CFLAGS -fPIC"
OPTS+=" --disable-doxygen-html --disable-doxygen-dot --disable-doxygen-doc" &&

export CFLAGS="$CFLAGS -fPIC" &&

default_build

Expand Down
1 change: 1 addition & 0 deletions science/libgeotiff/CONFIGURE
@@ -0,0 +1 @@
mquery ENABLE_EPSG "Use C code EPSG tables?" y "--enable-incode-epsg" "--disable-incode-epsg"
5 changes: 5 additions & 0 deletions science/libgeotiff/DEPENDS
@@ -0,0 +1,5 @@
depends tiff

optional_depends "%JPEG" "--with-jpeg" "--without-jpeg" "For jpeg graphics support"
optional_depends "zlib" "--with-libz" "--without-libz" "For compression support"
optional_depends "proj-4" "--with-proj" "--without-proj" "For Cartographic Projections support"

0 comments on commit 87ca518

Please sign in to comment.