]> git.pld-linux.org Git - packages/freewrl.git/blame - freewrl-makefile.patch
- for ver. 1.19.8
[packages/freewrl.git] / freewrl-makefile.patch
CommitLineData
8cfc71f5
MWP
1--- freewrl-1.19.8.orig/Makefile.PL 2007-09-21 20:38:13.000000000 +0000
2+++ freewrl-1.19.8/Makefile.PL 2007-12-02 20:49:58.000000000 +0000
3@@ -303,8 +303,8 @@
4
5 print MK "install:\tall \n";
6 if ($OS ne "Darwin") {
7- print MK "\tstrip CFrontEnd/freewrl\n";
8- print MK "\tstrip FreeWRL_Msg/FreeWRL_Message\n";
9+# print MK "\tstrip CFrontEnd/freewrl\n";
10+# print MK "\tstrip FreeWRL_Msg/FreeWRL_Message\n";
11 if ($VRML_CONFIG{SOUND_ENGINE}) {
12 print MK "\tstrip SoundEngine/FreeWRL_SoundServer\n";
13 }
14@@ -321,7 +321,7 @@
15 print MK "\t-$CHCON -t texrel_shlib_t \$(DESTDIR)\$(LIB_DIR)/libFreeWRLFunc.so\n";
16 }
17 if ($HAVE_UBUNTU eq "NO") {
18- print MK "\t/sbin/ldconfig\n";
19+# print MK "\t/sbin/ldconfig\n";
20 }
21 }
22 if ($VRML_CONFIG{SOUND_ENGINE}) {
23@@ -342,14 +342,14 @@
24 }
25 }
26 if ($OS ne "Darwin") {
27- print MK "\tinstall -D Desktop/freewrl.png \$(DESTDIR)\$(INSTALL_DIR)\/pixmaps/Desktop/freewrl.png\n";
28- print MK "\tinstall -D Desktop/freewrl.desktop \$(DESTDIR)\$(INSTALL_DIR)\/applications/Desktop/freewrl.desktop\n";
29+ print MK "\tinstall -D Desktop/freewrl.png \$(DESTDIR)\$(INSTALL_DIR)\/pixmaps/freewrl.png\n";
30+ print MK "\tinstall -D Desktop/freewrl.desktop \$(DESTDIR)\$(INSTALL_DIR)\/applications/freewrl.desktop\n";
31 # we need the 2 installs for the following; the first makes the directory, the second fills it.
32 print MK "\tinstall -d fonts \$(DESTDIR)\$(INSTALL_DIR)/freewrl/fonts\n";
33 print MK "\tinstall -D fonts/* \$(DESTDIR)\$(INSTALL_DIR)/freewrl/fonts\n";
34 } else {
35 print MK "\tcp -f freewrl.aquascript /usr/bin/freewrl\n";
36- print MK "\tchmod 755 /usr/bin/freewrl\n";
37+# print MK "\tchmod 755 /usr/bin/freewrl\n";
38 print MK "\tinstall -d \$(INSTALL_DIR)/freewrl/fonts\n";
39 print MK "\tinstall fonts/*.ttf \$(INSTALL_DIR)/freewrl/fonts\n";
40 print MK "\tinstall fonts/*.TXT \$(INSTALL_DIR)/freewrl/fonts\n";
41@@ -562,8 +562,8 @@
42 print MK "\techo \"\$(DESTDIR)\$(FRONTEND_DIR)/FreeWRL_SoundServer\" >> $specfile\n";
43 print MK "\techo \"\$(DESTDIR)$VRML_CONFIG{NETSCAPE_INST}/vrml.jar\" >> $specfile\n";
44 print MK "\techo \"\$(DESTDIR)$VRML_CONFIG{NETSCAPE_INST}/npfreewrl.so\" >> $specfile\n";
45- print MK "\techo \"\$(DESTDIR)\$(INSTALL_DIR)\/pixmaps/Desktop/freewrl.png\" >> $specfile\n";
46- print MK "\techo \"\$(DESTDIR)\$(INSTALL_DIR)\/applications/Desktop/freewrl.desktop\" >> $specfile\n";
47+ print MK "\techo \"\$(DESTDIR)\$(INSTALL_DIR)\/pixmaps/freewrl.png\" >> $specfile\n";
48+ print MK "\techo \"\$(DESTDIR)\$(INSTALL_DIR)\/applications/freewrl.desktop\" >> $specfile\n";
49 print MK "\techo \"\$(DESTDIR)\$(INSTALL_DIR)/freewrl/fonts\" >> $specfile\n";
50 }
51 }
52@@ -619,7 +619,7 @@
53 print MK "\trm -f \$(DESTDIR)\$(LIB_DIR)/libFreeWRLFunc.so\n";
54 print MK "\trm -f \$(DESTDIR)\$(LIB_DIR)/libFreeWRLjs.so\n";
55 if ($HAVE_UBUNTU eq "NO") {
56- print MK "\t/sbin/ldconfig\n";
57+# print MK "\t/sbin/ldconfig\n";
58 }
59 }
60 if ($VRML_CONFIG{SOUND_ENGINE}) {
61@@ -636,8 +636,8 @@
62 }
63 }
64 if ($OS ne "Darwin") {
65- print MK "\trm -f \$(DESTDIR)\$(INSTALL_DIR)\/pixmaps/Desktop/freewrl.png\n";
66- print MK "\trm -f \$(DESTDIR)\$(INSTALL_DIR)\/applications/Desktop/freewrl.desktop\n";
67+ print MK "\trm -f \$(DESTDIR)\$(INSTALL_DIR)\/pixmaps/freewrl.png\n";
68+ print MK "\trm -f \$(DESTDIR)\$(INSTALL_DIR)\/applications/freewrl.desktop\n";
69 }
70 print MK "\trm -rf \$(DESTDIR)\$(INSTALL_DIR)/freewrl/fonts\n";
71 print MK "\trm -rf \$(DESTDIR)\$(INSTALL_DIR)/freewrl/x3d\n";
This page took 0.062839 seconds and 4 git commands to generate.