svn commit: r305853 - head/net/netatalk3

Joe Marcus Clarke marcus at FreeBSD.org
Sat Oct 13 23:23:26 UTC 2012


Author: marcus
Date: Sat Oct 13 23:23:26 2012
New Revision: 305853
URL: http://svn.freebsd.org/changeset/ports/305853

Log:
  Fix the build when LDAP support is enabled.
  
  PR:		172641
  Submitted by:	Thomas Johnson <NTmatter at gmail.com>
  Feature safe:	yes

Modified:
  head/net/netatalk3/Makefile

Modified: head/net/netatalk3/Makefile
==============================================================================
--- head/net/netatalk3/Makefile	Sat Oct 13 23:20:57 2012	(r305852)
+++ head/net/netatalk3/Makefile	Sat Oct 13 23:23:26 2012	(r305853)
@@ -83,7 +83,7 @@ SUB_LIST+=		ZEROCONF=""
 .endif
 
 .if defined (WITH_LDAP)
-CONFIGURE_ARGS+=	--with-ldap
+CONFIGURE_ARGS+=	--with-ldap=${LOCALBASE}
 CFLAGS+=		-I${LOCALBASE}/include -L${LOCALBASE}/lib
 USE_OPENLDAP=		yes
 .else


More information about the svn-ports-all mailing list