]> git.pld-linux.org Git - packages/freewrl.git/blob - freewrl-system-js.patch
- kill -L*/lib
[packages/freewrl.git] / freewrl-system-js.patch
1 --- FreeWRL-1.13/Makefile.PL.orig       2005-04-25 15:47:19.000000000 +0200
2 +++ FreeWRL-1.13/Makefile.PL    2005-04-28 22:16:18.330867064 +0200
3 @@ -412,8 +384,6 @@
4                         push(@postamble, join(
5                                 "\n",
6                                 qq{# make the libFreeWRLFunc shared library active\n},
7 -                               qq{\tcp blib/arch/auto/VRML/VRMLFunc/VRMLFunc.so \$(DESTDIR)$LIB_DIR/libFreeWRLFunc.so\n},
8 -                               qq{\t/sbin/ldconfig\n}
9                         ));
10                 }
11                 if ($OS eq "Darwin") {
12 @@ -462,11 +432,6 @@
13                 ###################################################
14                 # lets do the clean:: targets at this step.
15                 ###################################################
16 -               push(@postamble, join(
17 -                         "\n",
18 -                         qq{clean ::},
19 -                         qq{\tcd JS/$jsdir && \$(MAKE) -f Makefile.ref BUILD_OPT=$BUILD_OPT clean\n},
20 -                        ));
21                 if ($OS ne "Darwin") {
22                         push(@postamble, join(
23                           "\n",
24 @@ -479,11 +444,6 @@
25                 ###################################################
26                 # lets do the distclean:: targets at this step.
27                 ###################################################
28 -               push(@postamble, join(
29 -                         "\n",
30 -                         qq{distclean :: realclean},
31 -                         qq{\tcd JS/$jsdir && \$(MAKE) -f Makefile.ref BUILD_OPT=$BUILD_OPT clobber},
32 -                        ));
33                 if ($OS ne "Darwin") {
34                         push(@postamble, join(
35                           "\n",
36 @@ -504,8 +464,6 @@
37                 if ($OS eq "Linux") {
38                         push(@postamble, join(
39                                 "\n",
40 -                               #qq{\tcp blib/arch/auto/VRML/VRMLFunc/VRMLFunc.so $LIB_DIR/libFreeWRLFunc.so\n},
41 -                               #qq{\t/sbin/ldconfig\n}
42                                 qq{\t\tcp -f blib/arch/auto/VRML/VRMLFunc/VRMLFunc.so blib/arch/auto/VRML/VRMLFunc/libFreeWRLFunc.so\n},
43                         ));
44                 }
This page took 0.071843 seconds and 4 git commands to generate.