aboutsummaryrefslogtreecommitdiffstats
path: root/www/galeon2/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'www/galeon2/files/patch-ab')
-rw-r--r--www/galeon2/files/patch-ab12
1 files changed, 8 insertions, 4 deletions
diff --git a/www/galeon2/files/patch-ab b/www/galeon2/files/patch-ab
index 7624969406f..b81cef0f453 100644
--- a/www/galeon2/files/patch-ab
+++ b/www/galeon2/files/patch-ab
@@ -1,5 +1,5 @@
---- src/galeon.in.orig Sat Dec 28 23:28:29 2002
-+++ src/galeon.in Sat Dec 28 23:31:42 2002
+--- src/galeon.in.orig Thu Dec 27 19:13:42 2001
++++ src/galeon.in Mon Mar 10 11:20:39 2003
@@ -4,18 +4,14 @@
if test -n "$MOZILLA_FIVE_HOME"; then
@@ -26,7 +26,7 @@
else
echo "Cannot find mozilla installation directory. Please set MOZILLA_FIVE_HOME to your mozilla directory"
exit
-@@ -27,16 +23,12 @@
+@@ -27,16 +23,17 @@
MOZILLA_FIVE_HOME=$MOZILLA_HOME
export MOZILLA_FIVE_HOME
@@ -35,9 +35,13 @@
- if [ "`cat /etc/redhat-release`" = "Red Hat Linux release 7.1 (Seawolf)" ]; then
- export LD_ASSUME_KERNEL=2.2.5
- fi
--fi
+MOZ_PLUGIN_PATH=%%PREFIX%%/lib/browser_plugins
+export MOZ_PLUGIN_PATH
++
++if [ -f %%FLASHPLAYER%% ]; then
++ LD_PRELOAD=%%FLASHPLAYER%%
++ export LD_PRELOAD
+ fi
if [ -f ./galeon-bin ]; then
exec ./galeon-bin "$@"