From 410d666cbd26abe3b913330f89ea64a42e7a9506 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sat, 2 Jun 2012 21:52:30 +0000 Subject: This one compiles 1.2 just fine --- icedtea-web/build/icedtea-web.SlackBuild | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'icedtea-web') diff --git a/icedtea-web/build/icedtea-web.SlackBuild b/icedtea-web/build/icedtea-web.SlackBuild index d6e00141..659224d1 100755 --- a/icedtea-web/build/icedtea-web.SlackBuild +++ b/icedtea-web/build/icedtea-web.SlackBuild @@ -21,7 +21,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PKGNAM=icedtea-web -VERSION=20120225 +VERSION=1.2 BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:--j6} @@ -70,14 +70,6 @@ rm -rf $PKGNAM-$VERSION tar xvf $CWD/$PKGNAM-$VERSION.tar.?z* || exit 1 cd $PKGNAM-$VERSION || exit 1 -## So that the plugin compiles with xulrunner 8 and above: -#if ! grep -q "^char\* *NP_GetMIMEDescription(" /usr/include/seamonkey/npfunctions.h ; then -# cat $CWD/icedtea-web.npapi.patch | patch -p1 --verbose || exit 1 -#fi - -# Fix crash with Firefox >= 10 (will hopefully be fixed in icedtea-web 1.2) -cat $CWD/icedtea-web_ff10crash.patch | patch -p1 --verbose || exit 1 - chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ -- cgit v1.2.3