-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
48 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
MD5 (gnome/gjs-0.7.14.tar.bz2) = DhSH4GbfiTcxfaNFRfe1SA== | ||
RMD160 (gnome/gjs-0.7.14.tar.bz2) = 8xg6r5jGs3xr9EXmMJzX8fUWqRU= | ||
SHA1 (gnome/gjs-0.7.14.tar.bz2) = 2ZVUKPXL56ZxQZfaHk2+XW1gNg0= | ||
SHA256 (gnome/gjs-0.7.14.tar.bz2) = Ovb0SaUFxBnUoOWThzfajRubCbM3EMwawe3uLqqG40g= | ||
SIZE (gnome/gjs-0.7.14.tar.bz2) = 515857 | ||
MD5 (gnome/gjs-1.29.17.tar.xz) = i9tmyRTKlVFjWjpAic4zhQ== | ||
RMD160 (gnome/gjs-1.29.17.tar.xz) = ObfR7QIzgh68sOORGLH1NSNL2Z4= | ||
SHA1 (gnome/gjs-1.29.17.tar.xz) = m4NPKJRBTGTgXugUWv68SL40Wr4= | ||
SHA256 (gnome/gjs-1.29.17.tar.xz) = Qn0/f+soMD4F/D1JQxiv/CgMAIeib3/6KYnqhraL1iU= | ||
SIZE (gnome/gjs-1.29.17.tar.xz) = 454252 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,11 @@ | ||
$OpenBSD: patch-configure,v 1.1.1.1 2011/04/12 06:30:06 jasper Exp $ | ||
|
||
We know what the Mozilla JavaScript package is called, so just set it and | ||
prevent configure from not recognizing it. | ||
|
||
--- configure.orig Mon Apr 11 20:32:48 2011 | ||
+++ configure Mon Apr 11 20:32:54 2011 | ||
@@ -15786,7 +15786,7 @@ if test -n "$JS_CONFIG"; then | ||
JS_CFLAGS="$($JS_CONFIG --cflags)" | ||
JS_LIBS="$($JS_CONFIG --libs)" | ||
FIREFOX_JS_LIBDIR="$($JS_CONFIG --libdir)" | ||
- JS_PACKAGE= | ||
+ JS_PACKAGE=mozilla-js | ||
$OpenBSD: patch-configure,v 1.2 2011/09/21 14:00:19 jasper Exp $ | ||
--- configure.orig Wed Sep 21 01:07:22 2011 | ||
+++ configure Wed Sep 21 01:07:33 2011 | ||
@@ -15983,6 +15983,7 @@ fi | ||
## some flavors of Firefox .pc only set sdkdir, not libdir | ||
FIREFOX_JS_SDKDIR=`$PKG_CONFIG --variable=sdkdir $JS_PACKAGE` | ||
FIREFOX_JS_LIBDIR=`$PKG_CONFIG --variable=libdir $JS_PACKAGE` | ||
+ FIREFOX_JS_LIBDIR="${LOCALBASE}/lib" | ||
|
||
# js-config gives almost usable CFLAGS, we must define one of XP_BEOS, | ||
# XP_OS2, XP_WIN or XP_UNIX | ||
## Ubuntu does not set libdir in mozilla-js.pc | ||
if test x"$FIREFOX_JS_LIBDIR" = x; then |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters