mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2025-04-21 12:27:27 +03:00
gnuplot-ggi: A version of gnuplot that draws to the framebuffer via libggi
This commit is contained in:
11
gnuplot-ggi/patches/010-Makefile.in.patch
Normal file
11
gnuplot-ggi/patches/010-Makefile.in.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/Makefile.in.orig 2010-03-13 22:20:04.000000000 +0100
|
||||
+++ b/Makefile.in 2010-06-03 15:08:35.000000000 +0200
|
||||
@@ -240,7 +240,7 @@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
AUTOMAKE_OPTIONS = foreign 1.2h
|
||||
-SUBDIRS = config m4 term src docs $(LISPDIR) man demo tutorial share
|
||||
+SUBDIRS = config m4 term src $(LISPDIR) share
|
||||
EXTRA_DIST = BUGS CodeStyle Copyright FAQ.pdf GNUmakefile INSTALL INSTALL.gnu \
|
||||
Makefile.maint PATCHLEVEL PGPKEYS PORTING README README.1ST \
|
||||
VERSION configure.vms pm3d
|
||||
12
gnuplot-ggi/patches/020-ggi-setmode.patch
Normal file
12
gnuplot-ggi/patches/020-ggi-setmode.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
Index: gnuplot-4.4.0/term/ggi.trm
|
||||
===================================================================
|
||||
--- gnuplot-4.4.0.orig/term/ggi.trm 2011-01-04 21:47:00.000000000 +0100
|
||||
+++ gnuplot-4.4.0/term/ggi.trm 2011-01-04 21:47:45.000000000 +0100
|
||||
@@ -374,6 +374,7 @@
|
||||
/* user specified mode */
|
||||
if (!ggiParseMode(GGI_mode_spec, &mode)) {
|
||||
mode.frames = GGI_frames;
|
||||
+ ggiCheckMode(GGIvisual, &mode);
|
||||
if (!ggiSetMode(GGIvisual, &mode)) {
|
||||
success = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user