aboutsummaryrefslogtreecommitdiff
path: root/gnash
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-09-02 15:58:30 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-09-02 15:58:30 +0000
commit5008f7282c77c5f57e259ca2b9c39aebb3bd3f24 (patch)
tree4ae198ff77a3c1f7d3f3d24849701af7675ef5bf /gnash
parent1d875289160b82d637071b98a70c62609da0ce9f (diff)
downloadslackbuilds-5008f7282c77c5f57e259ca2b9c39aebb3bd3f24.tar.gz
slackbuilds-5008f7282c77c5f57e259ca2b9c39aebb3bd3f24.tar.bz2
gnash update
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@147 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'gnash')
-rwxr-xr-xgnash/gnash.SlackBuild10
1 files changed, 1 insertions, 9 deletions
diff --git a/gnash/gnash.SlackBuild b/gnash/gnash.SlackBuild
index 767039ae..3fab2f25 100755
--- a/gnash/gnash.SlackBuild
+++ b/gnash/gnash.SlackBuild
@@ -62,15 +62,7 @@ if [ -f "$CWD/$PACKAGE-$VERSION.diff" ]; then
patch -p1 < $CWD/$PACKAGE-$VERSION.diff
fi
-./configure --prefix=/usr --sysconfdir=/etc --libdir=$LIBDIR --with-plugindir=$LIBDIR/mozilla/plugins
-
-# coxa, favor corrigir!
-if [ "$ARCH" == "x86_64" ]; then
- sed -e "s/^X_LDFLAGS = -L\/usr\/lib/X_LDFLAGS = -L\/usr\/lib64/" \
- -e "s/^X_LIBS = -L\/usr\/lib/X_LIBS = -L\/usr\/lib64/" plugin/Makefile > plugin/Makefile.new
- mv plugin/Makefile.new plugin/Makefile
-fi
-
+./configure --prefix=/usr --sysconfdir=/etc --libdir=$LIBDIR --with-plugindir=$LIBDIR/mozilla/plugins --x-libraries=$LIBDIR
make
make DESTDIR=$TMP/package-$PACKAGE install