diff options
author | sanpei <sanpei@FreeBSD.org> | 2000-10-26 12:33:44 +0000 |
---|---|---|
committer | sanpei <sanpei@FreeBSD.org> | 2000-10-26 12:33:44 +0000 |
commit | c78cc5a43edf5fbc5af564a6133ff0ea06f62cb5 (patch) | |
tree | 9f67fc41209a31c62c1fcae6ad12a5ae2e45fe84 /sysutils/detach | |
parent | b3c1545dbb40c36292bca3948a4c2752c32d3f5c (diff) | |
download | FreeBSD-ports-c78cc5a43edf5fbc5af564a6133ff0ea06f62cb5.zip FreeBSD-ports-c78cc5a43edf5fbc5af564a6133ff0ea06f62cb5.tar.gz |
japanese/jtex209-both and jtex209-ntt was broken only on package
build environment. Because option of ``-traditional'' was added by
jtex-1.52/configure, and failed in build phase.
I found that ``configure'' was broken if we make this ports with
crontab.
In jtex-1.52/configure, next C program was compiled and executed.
With terminal (normal) environment, ioctl was successful. But with
crontab, ioctl was failed.
----
#include <sys/types.h>
#include <sgtty.h>
main() {
struct sgttyb t;
exit(ioctl(0, TIOCGETP, &t) == 0);
}
----
I referred configure file which was generated by autoconf ver.2.13
and update jtex-1.52/configure file for ``-traditional'' and unbreak
this port.
Diffstat (limited to 'sysutils/detach')
0 files changed, 0 insertions, 0 deletions