Don't apply the patch for gnome-utmp in the new world order.

We must not use login()/logout()/logwtmp() anymore. The code provided by
gnome-pty-helper should be used instead.
This commit is contained in:
Ed Schouten 2010-01-17 02:48:04 +00:00
parent 1e892e4d28
commit 5f226c5411
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248004
2 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,10 @@ OPTIONS= GLX "Enable support for DRI/GLX rendering" off
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 900007
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-gnome-pty-helper_gnome-utmp.c
.endif
.if defined(WITH_GLX) && !defined(MASTERDIR)
CONFIGURE_ARGS+= --with-glX
USE_GL= yes