libraries/libgexiv2: Fix pkgconfig path.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Larry Hajali 2014-11-18 03:41:36 +07:00 committed by Willy Sudiarto Raharjo
parent 617246cfda
commit 171ce7f2f6
2 changed files with 4 additions and 2 deletions

View file

@ -25,7 +25,7 @@
PRGNAM=libgexiv2
SRCNAM=gexiv2
VERSION=${VERSION:-0.7.0}
BUILD=${BUILD:-2}
BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -70,6 +70,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
sed -i "/^libdir/s|/lib$|/lib${LIBDIRSUFFIX}|" gexiv2.m4
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \

View file

@ -7,4 +7,4 @@ DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Soydaner Ulker"
EMAIL="soydaner@kahverengi.com"
EMAIL="soydaner@kahverengi.com"