]> git.pld-linux.org Git - packages/freewrl.git/blob - freewrl-config.patch
- kill -L*/lib
[packages/freewrl.git] / freewrl-config.patch
1 --- freewrl-1.19.8/vrml.conf.orig       2007-09-21 22:38:13.000000000 +0200
2 +++ freewrl-1.19.8/vrml.conf    2008-01-12 19:58:42.226030071 +0100
3 @@ -62,7 +62,7 @@
4  # line, and cross fingers.
5  # adding -DDEBUG_MALLOC to the FREEWRL_DEFINE line will track malloc,realloc,frees.
6  
7 -    FREEWRL_LIBS => '-L/usr/lib -L/usr/X11R6/lib -lGL -lGLU -lXext -lX11 -lfreetype -lpng -lz -ljpeg -lexpat',
8 +    FREEWRL_LIBS => ' -lGL -lGLU -lXext -lX11 -lfreetype -lpng -lz -ljpeg -lexpat',
9      FREEWRL_DEFINE => '-ansi -DHAVE_MOTIF -DXP_UNIX -D_GNU_SOURCE ',
10      FREEWRL_INC => '-I/usr/X11R6/include/ -I/usr/include/freetype2 -I/usr/include/freetype2/freetype',
11  
12 @@ -70,7 +70,7 @@
13  
14  ############################################################################
15  # Java dest. if no Java, comment out the JAVA line above, and the JAVA_INST line below.
16 -    JAVA_INST => '/usr/java/j2sdk1.4.0',
17 +    JAVA_INST => '/usr/lib/java',
18  
19  ############################################################################
20  # some Java compilers need a extra extension to the classpath
21 @@ -82,7 +82,7 @@
22  ############################################################################
23  # LDFLAGS.  Set linker flags here.
24  
25 -    LDFLAGS => '-shared -L/usr/local/lib',
26 +    LDFLAGS => '-shared',
27  
28  
29  ############################################################################
This page took 0.044467 seconds and 3 git commands to generate.