summaryrefslogtreecommitdiff
path: root/sci-libs/pgplot/files/pgplot-headers.patch
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2017-07-21 23:36:58 +0000
committerSébastien Fabbro <bicatali@gentoo.org>2017-07-24 19:32:43 +0000
commit32df5078b163522dd745f3a86c56574bdbd1f7a8 (patch)
tree643dc52b356be81537b0552e245e9cd187519026 /sci-libs/pgplot/files/pgplot-headers.patch
parentbeda457a68790612b589af11a5496972839e89b1 (diff)
downloadgentoo-32df5078b163522dd745f3a86c56574bdbd1f7a8.tar.gz
gentoo-32df5078b163522dd745f3a86c56574bdbd1f7a8.tar.bz2
gentoo-32df5078b163522dd745f3a86c56574bdbd1f7a8.zip
sci-libs/pgplot: fix for static build, prefix, and for EAPI6
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'sci-libs/pgplot/files/pgplot-headers.patch')
-rw-r--r--sci-libs/pgplot/files/pgplot-headers.patch28
1 files changed, 14 insertions, 14 deletions
diff --git a/sci-libs/pgplot/files/pgplot-headers.patch b/sci-libs/pgplot/files/pgplot-headers.patch
index 7bde726a041a..c05ca702648e 100644
--- a/sci-libs/pgplot/files/pgplot-headers.patch
+++ b/sci-libs/pgplot/files/pgplot-headers.patch
@@ -1,5 +1,5 @@
---- ./sys/grtermio.c.orig 2008-10-29 17:42:48.000000000 +0000
-+++ ./sys/grtermio.c 2008-10-29 19:54:43.000000000 +0000
+--- a/sys/grtermio.c 2008-10-29 17:42:48.000000000 +0000
++++ b/sys/grtermio.c 2008-10-29 19:54:43.000000000 +0000
@@ -7,6 +7,10 @@
#include <stdio.h>
@@ -11,8 +11,8 @@
#ifdef PG_PPU
#define GROTER groter_
---- ./sys/grfileio.c.orig 2008-10-29 15:10:02.000000000 +0000
-+++ ./sys/grfileio.c 2008-10-29 17:56:50.000000000 +0000
+--- a/sys/grfileio.c 2008-10-29 15:10:02.000000000 +0000
++++ b/sys/grfileio.c 2008-10-29 17:56:50.000000000 +0000
@@ -17,7 +17,9 @@
*/
@@ -23,8 +23,8 @@
#include <sys/types.h>
#include <fcntl.h>
---- ./drivers/figdisp_comm.c.orig 2008-10-29 15:09:15.000000000 +0000
-+++ ./drivers/figdisp_comm.c 2008-10-29 17:54:08.000000000 +0000
+--- a/drivers/figdisp_comm.c 2008-10-29 15:09:15.000000000 +0000
++++ b/drivers/figdisp_comm.c 2008-10-29 17:54:08.000000000 +0000
@@ -17,6 +17,8 @@
/* The system include files */
@@ -34,8 +34,8 @@
/* Get ntohs prototype or macro */
---- ./pgdispd/resdb.c.orig 2008-10-29 18:22:41.000000000 +0000
-+++ ./pgdispd/resdb.c 2008-10-29 20:10:22.000000000 +0000
+--- a/pgdispd/resdb.c 2008-10-29 18:22:41.000000000 +0000
++++ b/pgdispd/resdb.c 2008-10-29 20:10:22.000000000 +0000
@@ -47,6 +47,8 @@
#include <stdio.h>
#include <stdlib.h>
@@ -53,8 +53,8 @@
extern struct passwd *getpwuid();
struct passwd *pw;
register char *ptr;
---- ./pgdispd/proccom.c.orig 2008-10-29 15:03:34.000000000 +0000
-+++ ./pgdispd/proccom.c 2008-10-29 18:15:48.000000000 +0000
+--- a/pgdispd/proccom.c 2008-10-29 15:03:34.000000000 +0000
++++ b/pgdispd/proccom.c 2008-10-29 18:15:48.000000000 +0000
@@ -90,6 +90,7 @@
/* The system include files */
@@ -71,8 +71,8 @@
if (!len & savedshorts)
{ /* an incomplete command was sent! */
---- ./pgdispd/getvisuals.c.orig 2008-10-29 17:59:37.000000000 +0000
-+++ ./pgdispd/getvisuals.c 2008-10-29 18:00:18.000000000 +0000
+--- a/pgdispd/getvisuals.c 2008-10-29 17:59:37.000000000 +0000
++++ b/pgdispd/getvisuals.c 2008-10-29 18:00:18.000000000 +0000
@@ -30,6 +30,7 @@
#include "messages.h"
@@ -81,8 +81,8 @@
#define MAX_DEPTH 24 /* the maximum visual depth to use */
---- ./pgdispd/figcurs.c.orig 2008-10-29 17:58:22.000000000 +0000
-+++ ./pgdispd/figcurs.c 2008-10-29 18:14:02.000000000 +0000
+--- a/pgdispd/figcurs.c 2008-10-29 17:58:22.000000000 +0000
++++ b/pgdispd/figcurs.c 2008-10-29 18:14:02.000000000 +0000
@@ -19,6 +19,7 @@
/* The standard include files */