diff options
Diffstat (limited to 'media-gfx/freewrl/files/FreeWRL-1.06+gentoo_pd.diff')
-rw-r--r-- | media-gfx/freewrl/files/FreeWRL-1.06+gentoo_pd.diff | 110 |
1 files changed, 0 insertions, 110 deletions
diff --git a/media-gfx/freewrl/files/FreeWRL-1.06+gentoo_pd.diff b/media-gfx/freewrl/files/FreeWRL-1.06+gentoo_pd.diff deleted file mode 100644 index 3b03b485aa7c..000000000000 --- a/media-gfx/freewrl/files/FreeWRL-1.06+gentoo_pd.diff +++ /dev/null @@ -1,110 +0,0 @@ ---- vrml.conf.safe 2004-04-15 15:54:29.000000000 +0200 -+++ vrml.conf 2004-04-15 15:57:22.000000000 +0200 -@@ -47,7 +47,7 @@ - - # location of the gcc bounds checking library libcheck.a - -- LIBCHECK_INST => '/usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.2.2', -+ LIBCHECK_INST => '', - - ############################################################################ - # Main defines for OpenGL, libjpeg, libpng, and freetype -@@ -71,7 +71,7 @@ - - ############################################################################ - # Saxon location - required for x3d running. -- SAXON_LOC => '/usr/local/src/saxon/saxon.jar', -+ SAXON_LOC => '/usr/share/saxon/lib/saxon7.jar', - - ############################################################################ - # Netscape/Mozilla installation -@@ -84,22 +84,22 @@ - # NETSCAPE_PLUGINS is used to determine where the plugin will - # be installed if this is your browser. - -- NETSCAPE_INST => '/usr/lib/mozilla-1.3/plugins', -- NETSCAPE_CLASSES => '/usr/lib/mozilla-1.3/plugins', -- NETSCAPE_PLUGINS => '/usr/lib/mozilla-1.3/plugins', -+ NETSCAPE_INST => '/opt/netscape/plugins', -+ NETSCAPE_CLASSES => '/opt/netscape/plugins', -+ NETSCAPE_PLUGINS => '/opt/netscape/plugins', - - ############################################################################ - # Java installation (Sun's Java 2 SDK Standard Edition 1.4.0) - # If Java is not installed, leave JAVA_INST empty e.g. - # JAVA_INST => '' - -- JAVA_INST => '/usr/java/j2sdk1.4.0', -- JAVA_INC => '-I/usr/java/j2sdk1.4.0/include -I/usr/java/j2sdk1.4.0/include/linux', -+ JAVA_INST => '/opt/java/', -+ JAVA_INC => '-I/opt/java/include -I/opt/java/include/linux', - - ############################################################################ - # LDFLAGS. Set linker flags here. - -- LDFLAGS => '-shared -L/usr/local/lib', -+ LDFLAGS => '-shared -L/usr/lib', - - ############################################################################ - # SoundEngine - do we want to build the sound engine? ---- Makefile.PL.safe 2004-04-15 15:54:43.000000000 +0200 -+++ Makefile.PL 2004-04-22 20:45:20.700960656 +0200 -@@ -316,8 +316,8 @@ - push(@postamble, join( - "\n", - qq{\# --- Mozilla/Netscape Plugin:\n}, -- qq{install ::}, -- qq{\t\@cd Plugin && \$(MAKE) install\n} -+# qq{install ::}, -+# qq{\t\@cd Plugin && \$(MAKE) install\n} - )); - } - -@@ -325,8 +325,8 @@ - push(@postamble, join( - "\n", - qq{\# --- Java Archive\n}, -- qq{install ::}, -- qq{\t\@cd java && \$(MAKE) install\n} -+# qq{install ::}, -+# qq{\t\@cd java && \$(MAKE) install\n} - )); - } - -@@ -335,10 +335,10 @@ - "\n", - qq{\# copy fonts, x3d, libjs.so over\n}, - qq{install ::}, -- qq{\tcp -r fonts $VRMLINSTDIR\n}, -- qq{\tcp -r x3d $VRMLINSTDIR\n}, -- qq{\tcp JS/$jsobjdir/libjs.so $LIB_DIR\n}, -- qq{\tcp blib/arch/auto/VRML/VRMLFunc/VRMLFunc.so $LIB_DIR/libFreeWRLFunc.so\n}, -+# qq{\tcp -r fonts $VRMLINSTDIR\n}, -+# qq{\tcp -r x3d $VRMLINSTDIR\n}, -+# qq{\tcp JS/$jsobjdir/libjs.so $LIB_DIR\n}, -+# qq{\tcp blib/arch/auto/VRML/VRMLFunc/VRMLFunc.so $LIB_DIR/libFreeWRLFunc.so\n}, - )); - if ($VRML_CONFIG{PLATFORM} =~ /LINUX/i) { - push(@postamble, join( -@@ -357,8 +357,8 @@ - qq{all ::}, - qq{\tcp blib/arch/auto/VRML/VRMLFunc/VRMLFunc.so blib/arch/auto/VRML/VRMLFunc/libFreeWRLFunc.so\n}, - qq{\tcd \$(FRONTEND) && \$(MAKE) all $def2 $def1 \n}, -- qq{install ::}, -- qq{\tcd \$(FRONTEND) && \$(MAKE) install $def1 $def2\n}, -+# qq{install ::}, -+# qq{\tcd \$(FRONTEND) && \$(MAKE) install $def1 $def2\n}, - qq{clean ::}, - qq{\tcd \$(FRONTEND) && \$(MAKE) clean $def1 $def2\n}, - qq{realclean ::}, -@@ -372,8 +372,8 @@ - qq{\n\# --- Sound Engine:}, - qq{all ::}, - qq{\tcd \$(SOUNDENGINE) && \$(MAKE) all $def1 \n}, -- qq{install ::}, -- qq{\tcd \$(SOUNDENGINE) && \$(MAKE) install $def1 \n}, -+# qq{install ::}, -+# qq{\tcd \$(SOUNDENGINE) && \$(MAKE) install $def1 \n}, - qq{clean ::}, - qq{\tcd \$(SOUNDENGINE) && \$(MAKE) clean $def1 \n}, - qq{realclean ::}, |