- Hack to allow building of -client port. The OPTIONS handling is still broken.

Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
This commit is contained in:
Pav Lucistnik 2011-09-01 21:52:36 +00:00
parent 2a481f7939
commit e963054ac0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281006

View file

@ -160,7 +160,7 @@ INSTALL_TARGET= install
INSTALL_TARGET= install-strip INSTALL_TARGET= install-strip
. endif . endif
.if !defined(WITHOUT_GSSAPI) .if defined(WITH_GSSAPI)
CONFIGURE_ARGS+=--with-gssapi CONFIGURE_ARGS+=--with-gssapi
.if ${OSVERSION} >= 900000 .if ${OSVERSION} >= 900000
BROKEN= does not link on FreeBSD 9.X BROKEN= does not link on FreeBSD 9.X