fix the permissions used on tty's by using the autoconf option

--enable-ttygid. Pointed out by danh@
This commit is contained in:
brad 2000-10-17 03:36:14 +00:00
parent 70f361ffb8
commit 24b2eb8d79
2 changed files with 7 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2000/09/24 07:04:14 brad Exp $
# $OpenBSD: Makefile,v 1.19 2000/10/17 03:36:14 brad Exp $
# $FreeBSD: Makefile,v 1.3 1999/03/08 20:59:19 steve Exp $
DISTNAME= aterm-0.4.0
@ -22,7 +22,8 @@ PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+=--enable-utmp --enable-wtmp \
--with-xpm --enable-transparency \
--enable-xgetdefault --enable-background-image \
--enable-fading --with-jpeg --with-png
--enable-xgetdefault --enable-ttygid \
--enable-background-image --enable-fading \
--with-jpeg --with-png
.include <bsd.port.mk>

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.13 2000/09/24 07:04:16 brad Exp $
# $OpenBSD: Makefile,v 1.14 2000/10/17 03:36:15 brad Exp $
DISTNAME= wterm-6.2.6
CATEGORIES= x11
NEED_VERSION= 1.330
NEED_VERSION= 1.336
MASTER_SITES= ftp://ftp.kddlabs.co.jp/.10/X11/acontrib/wterm/ \
ftp://ftp.riken.go.jp/pub/X11/acontrib/wterm/
@ -19,7 +19,7 @@ PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+=--enable-utmp --enable-wtmp \
--with-xpm --enable-xpm-background --enable-transparency \
--enable-xgetdefault
--enable-xgetdefault --enable-ttygid
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"