gis/proj: Include additional header file.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2014-07-29 03:28:54 -07:00 committed by Willy Sudiarto Raharjo
parent 5f8df11127
commit 3cba46f775

View file

@ -6,7 +6,7 @@
PRGNAM=proj
VERSION=${VERSION:-4.8.0}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -70,6 +70,7 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install-strip DESTDIR=$PKG
cat src/projects.h > $PKG/usr/include/projects.h
( cd $PKG/usr/man
find . -type f -exec gzip -9 {} \;