svn commit: r351512 - head/security/krb5

Cy Schubert cy at FreeBSD.org
Fri Apr 18 02:21:58 UTC 2014


Author: cy
Date: Fri Apr 18 02:21:57 2014
New Revision: 351512
URL: http://svnweb.freebsd.org/changeset/ports/351512
QAT: https://qat.redports.org/buildarchive/r351512/

Log:
  KRB5_HOME no longer works with LIB_DEPENDS. Mark broken when set.

Modified:
  head/security/krb5/Makefile

Modified: head/security/krb5/Makefile
==============================================================================
--- head/security/krb5/Makefile	Fri Apr 18 01:58:04 2014	(r351511)
+++ head/security/krb5/Makefile	Fri Apr 18 02:21:57 2014	(r351512)
@@ -43,6 +43,7 @@ LDAP=			Enable LDAP support
 PREFIX=			${KRB5_HOME}
 CFLAGS+=		-Wl,-rpath=${KRB5_HOME}/lib
 LDFLAGS+=		-Wl,-rpath=${KRB5_HOME}/lib
+BROKEN=			LIB_DEPENDS when using KRB5_HOME is broken
 .endif
 LDFLAGS+=		-L${LOCALBASE}/lib
 CFLAGS+=		-I${LOCALBASE}/include


More information about the svn-ports-head mailing list