mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-25 21:59:21 +01:00
Revert "cjs: Port to mozjs 128."
Turns out the patch does compile but runtime is broken.
This reverts commit b6accfbbb3
.
This commit is contained in:
parent
1d5f2d986e
commit
2463c839f9
2 changed files with 1 additions and 11581 deletions
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
PRGNAM=cjs
|
PRGNAM=cjs
|
||||||
VERSION=${VERSION:-6.2.0}
|
VERSION=${VERSION:-6.2.0}
|
||||||
BUILD=${BUILD:-2}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_csb}
|
TAG=${TAG:-_csb}
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
|
@ -74,9 +74,6 @@ find -L . \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||||
|
|
||||||
# Patch for mozjs128
|
|
||||||
patch -p1 < $CWD/mozjs128.patch
|
|
||||||
|
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
cd build
|
cd build
|
||||||
CFLAGS="$SLKCFLAGS" \
|
CFLAGS="$SLKCFLAGS" \
|
||||||
|
|
11577
cjs/mozjs128.patch
11577
cjs/mozjs128.patch
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue