]> git.pld-linux.org Git - packages/plplot.git/blob - plplot-lib64.patch
- rel 1
[packages/plplot.git] / plplot-lib64.patch
1 --- plplot-5.3.1/cf/linuxvga.ac.orig    2005-01-09 23:02:24.056470920 +0100
2 +++ plplot-5.3.1/cf/linuxvga.ac 2005-01-09 23:02:32.682522248 +0100
3 @@ -25,8 +25,8 @@
4  if test "$enable_linuxvga" = "yes"; then
5      if test -z "$VGALIBDIR"; then
6          libdirs="\
7 -        $prefix/lib \
8 -        /usr/lib"
9 +        $prefix/lib64 \
10 +        /usr/lib64"
11  
12          PL_FIND_LIB(vga, VGALIBDIR, VGALIBSTR, enable_linuxvga)
13      fi
This page took 0.02544 seconds and 3 git commands to generate.