]> git.pld-linux.org Git - packages/plplot.git/blame - plplot-lib64.patch
- teach plplot about octave 3.0
[packages/plplot.git] / plplot-lib64.patch
CommitLineData
50f3b547 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.13807 seconds and 4 git commands to generate.