summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2020-04-20 00:47:34 +0000
committerjoerg <joerg@pkgsrc.org>2020-04-20 00:47:34 +0000
commit97944a5232f9d6be5eec2c39b6f39b1e52122f6e (patch)
tree832891a04fceb0f679a46f8583d7d89a1a1fb418 /x11
parentca38cafd136ce71d0d25468bf1e825fada3dc150 (diff)
downloadpkgsrc-97944a5232f9d6be5eec2c39b6f39b1e52122f6e.tar.gz
Don't expect that inline is actually inlined.
Diffstat (limited to 'x11')
-rw-r--r--x11/eterm/distinfo3
-rw-r--r--x11/eterm/patches/patch-src_command.c16
2 files changed, 18 insertions, 1 deletions
diff --git a/x11/eterm/distinfo b/x11/eterm/distinfo
index 50a3055e91f..d5130bee477 100644
--- a/x11/eterm/distinfo
+++ b/x11/eterm/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.22 2019/09/01 12:08:17 nia Exp $
+$NetBSD: distinfo,v 1.23 2020/04/20 00:47:34 joerg Exp $
SHA1 (Eterm-0.9.6.tar.gz) = b4cb00f898ffd2de9bf7ae0ecde1cc3a5fee9f02
RMD160 (Eterm-0.9.6.tar.gz) = 96e2ebf7ee7464ffab8bbecec2976a1e5935712e
@@ -12,4 +12,5 @@ SHA1 (patch-aa) = 19da5e05392994a60fdf47e9d52c82fc41cefa4c
SHA1 (patch-ab) = d019a18bb32f890d6de7c5bb0cdb43e7715a7d4d
SHA1 (patch-ai) = 1f1a050c27b042c5cccff91aae4ced7b887b68b1
SHA1 (patch-src_Makefile.in) = 3000a407bed7d7c23bfc127fd09b0723d9c0b395
+SHA1 (patch-src_command.c) = 0b5b3dbde8eba16b1690155a28764ec7ea0f6bff
SHA1 (patch-src_screen.c) = f820501e3a67cfc59dedd1dd5e3eb6f06ae2be23
diff --git a/x11/eterm/patches/patch-src_command.c b/x11/eterm/patches/patch-src_command.c
new file mode 100644
index 00000000000..f993262e33c
--- /dev/null
+++ b/x11/eterm/patches/patch-src_command.c
@@ -0,0 +1,16 @@
+$NetBSD: patch-src_command.c,v 1.3 2020/04/20 00:47:34 joerg Exp $
+
+--- src/command.c.orig 2020-04-19 17:56:09.198252388 +0000
++++ src/command.c
+@@ -1388,9 +1388,9 @@ sco_get_pty(void)
+ #endif
+
+ #if defined(HAVE_POSIX_OPENPT) || defined(HAVE_DEV_PTMX)
+-inline int posix_get_pty(void);
++static inline int posix_get_pty(void);
+
+-inline int
++static inline int
+ posix_get_pty(void)
+ {
+