mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
xterm: update to 393.
This commit is contained in:
parent
3354f8b60d
commit
ceb5fe1f01
2 changed files with 2 additions and 12 deletions
|
@ -9,13 +9,3 @@
|
||||||
if ((*pty = posix_openpt(O_RDWR)) >= 0) {
|
if ((*pty = posix_openpt(O_RDWR)) >= 0) {
|
||||||
char *name = ptsname(*pty);
|
char *name = ptsname(*pty);
|
||||||
if (name != 0) {
|
if (name != 0) {
|
||||||
@@ -3735,7 +3735,7 @@ spawnXTerm(XtermWidget xw)
|
|
||||||
/*
|
|
||||||
* now in child process
|
|
||||||
*/
|
|
||||||
-#if defined(_POSIX_SOURCE) || defined(SVR4) || defined(__convex__) || defined(__SCO__) || defined(__QNX__)
|
|
||||||
+#if defined(_POSIX_VERSION) || defined(SVR4) || defined(__convex__) || defined(__SCO__) || defined(__QNX__)
|
|
||||||
int pgrp = setsid(); /* variable may not be used... */
|
|
||||||
#else
|
|
||||||
int pgrp = getpid();
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'xterm'
|
# Template file for 'xterm'
|
||||||
pkgname=xterm
|
pkgname=xterm
|
||||||
version=382
|
version=393
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-wide-chars --enable-88-color --enable-broken-osc
|
configure_args="--enable-wide-chars --enable-88-color --enable-broken-osc
|
||||||
|
@ -20,7 +20,7 @@ license="MIT, X11"
|
||||||
homepage="https://invisible-island.net/xterm/"
|
homepage="https://invisible-island.net/xterm/"
|
||||||
changelog="https://invisible-island.net/xterm/xterm.log.html"
|
changelog="https://invisible-island.net/xterm/xterm.log.html"
|
||||||
distfiles="https://invisible-mirror.net/archives/xterm/xterm-${version}.tgz"
|
distfiles="https://invisible-mirror.net/archives/xterm/xterm-${version}.tgz"
|
||||||
checksum=0cd0bcf3d0aa746a840ea3f1366ea29a74263694d535b5c777f27eb65d7fceed
|
checksum=dc3abf533d66ae3db49e6783b0e1e29f0e4d045b4b3dac797a5e93be2735ec7b
|
||||||
|
|
||||||
CFLAGS="-D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700"
|
CFLAGS="-D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue