]> git.pld-linux.org Git - packages/freewrl.git/blob - freewrl-mozilla.patch
- massive attack s/pld.org.pl/pld-linux.org/
[packages/freewrl.git] / freewrl-mozilla.patch
1 diff -urN freewrl-0.34.orig/Plugin/mozilla/Makefile freewrl-0.34/Plugin/mozilla/Makefile
2 --- freewrl-0.34.orig/Plugin/mozilla/Makefile   Thu Sep 19 21:47:02 2002
3 +++ freewrl-0.34/Plugin/mozilla/Makefile        Sun Oct 13 16:49:50 2002
4 @@ -18,13 +18,13 @@
5
6  ifndef ${MOZILLA_INST}
7
8 -MOZILLA_INST:=/usr/lib/mozilla-1.0.0
9 +MOZILLA_INST:=/usr/lib/mozilla
10
11  endif
12
13  ifndef ${MOZILLA_INC}
14
15 -MOZILLA_INC:=/usr/include/mozilla-1.0.0
16 +MOZILLA_INC:=/usr/include/mozilla
17
18  endif
19  
20 @@ -118,6 +118,8 @@
21
22  INC:=\
23       -Iinclude\
24 +     -I/usr/include/nspr\
25 +     -I/usr/include/gtk-1.2\
26       -I${PLUGIN_GLUE_DIR}/CFuncs\
27       -I${MOZILLA_INC}/plugin\
28       -I${MOZILLA_INC}/xpcom\
29 @@ -151,7 +153,6 @@
30          ${OPTIMIZER}\
31          ${INC}\
32          -pedantic\
33 -        -fshort-wchar\
34          -fno-exceptions\
35          -pthread\
36          -pipe\
This page took 2.706772 seconds and 3 git commands to generate.