Package: gnuplot5 / 5.0.0~rc+dfsg2-1~bpo70+1

08_disable_demo_plugin.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Description: temporarly disable demo plugin
 this patch should be removed, when a new 
 version appears, where already no binaries
 in demo/plugin folder.
Author: Anton Gladky <gladk@debian.org>
Last-Update: 2014-07-11

Index: gnuplot-5.0.rc2/demo/Makefile.in
===================================================================
--- gnuplot-5.0.rc2.orig/demo/Makefile.in
+++ gnuplot-5.0.rc2/demo/Makefile.in
@@ -327,7 +327,6 @@ epslatex.ps epslatex.tex random.tmp stri
 
 BINARY_FILES = binary1 binary2 binary3
 SUBDIRS = $(PLUGIN_DIR)
-DIST_SUBDIRS = plugin
 DEMO = all.dem
 GNUPLOT = gnuplot
 EXTRA_DIST = Makefile.am.in lena-keypoints.bin scatter2.bin \
@@ -366,7 +365,6 @@ GM1_sugar.pdb bldg.png GM1_bonds.r3d blu
 sound2.par start.par gnuplot.rot gnu-valley random-points gpdemos.tcl \
 html plugin 
 
-@BUILD_PLUGIN_TRUE@PLUGIN_DIR = plugin
 all: all-recursive
 
 .SUFFIXES:
Index: gnuplot-5.0.rc2/demo/plugin/Makefile.am
===================================================================
--- gnuplot-5.0.rc2.orig/demo/plugin/Makefile.am
+++ gnuplot-5.0.rc2/demo/plugin/Makefile.am
@@ -1,8 +1,2 @@
 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
 AUTOMAKE_OPTIONS = foreign
-
-noinst_PROGRAMS = demo_plugin.so
-
-demo_plugin_so_SOURCES = demo_plugin.c
-demo_plugin_so_CFLAGS = -rdynamic -fPIC -I$(top_srcdir)/src
-demo_plugin_so_LDFLAGS = -shared