]> git.pld-linux.org Git - packages/galeon.git/commitdiff
- resolves problem with $MOZILLA_FIVE_HOME
authormichuz <michuz@pld-linux.org>
Fri, 16 Mar 2001 23:49:12 +0000 (23:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- need to add autoconf support

Changed files:
    galeon-mozilla_five_home.patch -> 1.1

galeon-mozilla_five_home.patch [new file with mode: 0644]

diff --git a/galeon-mozilla_five_home.patch b/galeon-mozilla_five_home.patch
new file mode 100644 (file)
index 0000000..ff479fa
--- /dev/null
@@ -0,0 +1,26 @@
+diff -Nur galeon-0.10.2/src/main.c galeon-0.10.2.new/src/main.c
+--- galeon-0.10.2/src/main.c   Fri Mar  9 21:15:41 2001
++++ galeon-0.10.2.new/src/main.c       Sat Mar 17 00:26:35 2001
+@@ -17,7 +17,7 @@
+  */
+ #include "galeon.h"
+-
++#include <stdlib.h>
+ /* local function prototypes */
+@@ -111,7 +111,12 @@
+       poptContext ctx;
+       char fullurl[PATH_MAX];
+       
+-
++      /*
++       * Setting MOZILLA_FIVE_HOME
++       */
++      if (getenv("MOZILLA_FIVE_HOME") == NULL)
++          setenv("MOZILLA_FIVE_HOME", "/usr/X11R6/lib/mozilla/", 1);
++          
+        /* Make stdout line buffered - we only use it for debug info */
+       setvbuf (stdout, NULL, _IOLBF, 0);
This page took 1.039168 seconds and 4 git commands to generate.