diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-22 03:44:18 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-22 03:44:18 +0000 |
commit | 7ed5b24a01be1a398b016b8109ba34bc1f6e3a8b (patch) | |
tree | 15933131c958d30cce00c78bef4650e4185618cf /www/galeon/files | |
parent | This commit includes: (diff) |
Add support for the new Mozilla ports. By default, Galeon will build
against www/mozilla. However, you can change this by specifying a
WITH_MOZILLA parameter, and setting it to one of the following values:
mozilla-devel
mozilla-embedded[-devel|-vendor]
mozilla-vendor
Note, this version of Galon should also use the new universal plugins
directory.
Notes
Notes:
svn path=/head/; revision=68563
Diffstat (limited to 'www/galeon/files')
-rw-r--r-- | www/galeon/files/patch-ab | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/www/galeon/files/patch-ab b/www/galeon/files/patch-ab index 528909f74928..25b7c37b3317 100644 --- a/www/galeon/files/patch-ab +++ b/www/galeon/files/patch-ab @@ -1,8 +1,5 @@ - -$FreeBSD$ - ---- src/galeon.in.orig Thu Dec 27 23:49:08 2001 -+++ src/galeon.in Fri Dec 28 10:58:16 2001 +--- src/galeon.in.orig Thu Dec 27 19:13:42 2001 ++++ src/galeon.in Mon Oct 21 23:28:37 2002 @@ -4,18 +4,14 @@ if test -n "$MOZILLA_FIVE_HOME"; then @@ -29,7 +26,7 @@ $FreeBSD$ else echo "Cannot find mozilla installation directory. Please set MOZILLA_FIVE_HOME to your mozilla directory" exit -@@ -27,16 +23,9 @@ +@@ -27,16 +23,12 @@ MOZILLA_FIVE_HOME=$MOZILLA_HOME export MOZILLA_FIVE_HOME @@ -39,7 +36,9 @@ $FreeBSD$ - export LD_ASSUME_KERNEL=2.2.5 - fi -fi -- ++MOZ_PLUGIN_PATH=%%PREFIX%%/lib/browser_plugins ++export MOZ_PLUGIN_PATH + if [ -f ./galeon-bin ]; then exec ./galeon-bin "$@" else |