summaryrefslogtreecommitdiffstats
path: root/icedtea-web
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2012-06-02 21:52:30 +0000
committer Eric Hameleers <alien@slackware.com>2012-06-02 21:52:30 +0000
commit410d666cbd26abe3b913330f89ea64a42e7a9506 (patch)
tree3cd8da0e344d6a4b69d4e4b034b02af9744ae2df /icedtea-web
parentf6dab2d55b9be0d442803f1da1ce14ad492973c0 (diff)
downloadasb-410d666cbd26abe3b913330f89ea64a42e7a9506.tar.gz
asb-410d666cbd26abe3b913330f89ea64a42e7a9506.tar.xz
This one compiles 1.2 just fine
Diffstat (limited to 'icedtea-web')
-rwxr-xr-xicedtea-web/build/icedtea-web.SlackBuild10
1 files changed, 1 insertions, 9 deletions
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 \) \