]> git.pld-linux.org Git - packages/freewrl.git/blame - freewrl-mozilla.patch
- massive attack s/pld.org.pl/pld-linux.org/
[packages/freewrl.git] / freewrl-mozilla.patch
CommitLineData
e30f42e3 1diff -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
ebce31bc 9+MOZILLA_INST:=/usr/lib/mozilla
e30f42e3 10
11 endif
12
13 ifndef ${MOZILLA_INC}
14
15-MOZILLA_INC:=/usr/include/mozilla-1.0.0
ebce31bc 16+MOZILLA_INC:=/usr/include/mozilla
e30f42e3 17
18 endif
19
20@@ -118,6 +118,8 @@
21
22 INC:=\
23 -Iinclude\
24+ -I/usr/include/nspr\
ebce31bc 25+ -I/usr/include/gtk-1.2\
e30f42e3 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 0.035957 seconds and 4 git commands to generate.