]> git.pld-linux.org Git - packages/plplot.git/commitdiff
- attempted lib64 build fix
authorsaq <saq@pld-linux.org>
Sun, 9 Jan 2005 22:08:05 +0000 (22:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    plplot-lib64.patch -> 1.1

plplot-lib64.patch [new file with mode: 0644]

diff --git a/plplot-lib64.patch b/plplot-lib64.patch
new file mode 100644 (file)
index 0000000..4b620d5
--- /dev/null
@@ -0,0 +1,13 @@
+--- plplot-5.3.1/cf/linuxvga.ac.orig   2005-01-09 23:02:24.056470920 +0100
++++ plplot-5.3.1/cf/linuxvga.ac        2005-01-09 23:02:32.682522248 +0100
+@@ -25,8 +25,8 @@
+ if test "$enable_linuxvga" = "yes"; then
+     if test -z "$VGALIBDIR"; then
+         libdirs="\
+-        $prefix/lib \
+-        /usr/lib"
++        $prefix/lib64 \
++        /usr/lib64"
+         PL_FIND_LIB(vga, VGALIBDIR, VGALIBSTR, enable_linuxvga)
+     fi
This page took 0.128139 seconds and 4 git commands to generate.