]> git.pld-linux.org Git - packages/gnuplot.git/commitdiff
- initial (in pld we use lua51 instead of lua)
authorZsolt Udvari <uzsolt@pld-linux.org>
Mon, 15 Mar 2010 15:32:28 +0000 (15:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnuplot-lua.patch -> 1.1

gnuplot-lua.patch [new file with mode: 0644]

diff --git a/gnuplot-lua.patch b/gnuplot-lua.patch
new file mode 100644 (file)
index 0000000..aa62d46
--- /dev/null
@@ -0,0 +1,11 @@
+--- gnuplot-4.4.0-orig/configure.in    2010-03-15 16:23:38.963407453 +0100
++++ gnuplot-4.4.0/configure.in 2010-03-15 16:24:15.163122072 +0100
+@@ -617,7 +617,7 @@
+   with_lua=yes)
+ if test "${with_lua}" = yes ; then
+-  PKG_CHECK_MODULES(LUA, [lua], LUAFOUND=yes, [LUAFOUND=no])
++  PKG_CHECK_MODULES(LUA, [lua51], LUAFOUND=yes, [LUAFOUND=no])
+   if test $pkg_failed != no; then
+     AC_MSG_WARN([The lua terminal will not be compiled.])
+     with_lua=no
This page took 0.121935 seconds and 4 git commands to generate.