]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
swfdec: removing the dirty hack
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Mon, 23 Jul 2007 20:36:11 +0000 (20:36 +0000)
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Mon, 23 Jul 2007 20:36:11 +0000 (20:36 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1283 370017ae-e619-0410-ac65-c121f96126d4

media/plugins/swfdec/swfdec.SlackBuild

index 12fa7d292b49925dc02b056c3e498d74421b8e8e..dd73eb28d39b25392ce7a17792678b2c014d1a4a 100755 (executable)
@@ -85,15 +85,7 @@ fi
 ./configure --prefix=/usr --sysconfdir=/etc --libdir=$LIBDIR \
             --enable-gstreamer=no --enable-gnome-vfs=no || exit $ERROR_CONF
 
-# dirty hack
-if [ "$ARCH" == "x86_64" ] && [ "$VERSION" == "0.5.0" ]; then
-  touch /usr/lib64/libpng12.la
-  make || exit $ERROR_MAKE
-  rm /usr/lib64/libpng12.la
-else
-  make || exit $ERROR_MAKE
-fi
-
+make || exit $ERROR_MAKE
 make DESTDIR=$TMP/package-$PACKAGE install || exit $ERROR_INSTALL
 
 CWD="`pwd`"