From 308bd07dec99320daf560477773244b205d47a75 Mon Sep 17 00:00:00 2001 From: rudson Date: Sat, 18 Nov 2006 04:23:58 +0000 Subject: speex.SlackBuild: correção do LDFLAGS=-L/usr/lib64 para LDFLAGS=-L MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@722 370017ae-e619-0410-ac65-c121f96126d4 --- media/libs/speex/speex.SlackBuild | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'media/libs/speex/speex.SlackBuild') diff --git a/media/libs/speex/speex.SlackBuild b/media/libs/speex/speex.SlackBuild index b88cacc3..9b861d72 100755 --- a/media/libs/speex/speex.SlackBuild +++ b/media/libs/speex/speex.SlackBuild @@ -68,7 +68,7 @@ chown -R root.root . find . -perm 777 -exec chmod 755 {} \; find . -perm 664 -exec chmod 644 {} \; -LDFLAGS=-L/usr/lib64 \ +LDFLAGS=-L$LIBDIR \ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure --prefix=/usr --sysconfdir=/etc --disable-debug --libdir=$LIBDIR \ @@ -120,16 +120,16 @@ cat << EOF > $PKG/install/slack-desc |-----handy-ruler-----------------------------------------------------| speex: speex -speex: +speex: speex: The Speex is a patent-free, Open Source/Free Software voice codec. -speex: -speex: -speex: -speex: -speex: -speex: -speex: -speex: +speex: +speex: +speex: +speex: +speex: +speex: +speex: +speex: EOF if [ -f $CWD/slack-required ]; then -- cgit v1.2.3