svn commit: r377441 - head/security/openvpn-auth-ldap

Matthias Andree mandree at FreeBSD.org
Mon Jan 19 16:45:48 UTC 2015


Author: mandree
Date: Mon Jan 19 16:45:47 2015
New Revision: 377441
URL: https://svnweb.freebsd.org/changeset/ports/377441
QAT: https://qat.redports.org/buildarchive/r377441/

Log:
  work around missing deps in src/Makefile[.in]

Modified:
  head/security/openvpn-auth-ldap/Makefile

Modified: head/security/openvpn-auth-ldap/Makefile
==============================================================================
--- head/security/openvpn-auth-ldap/Makefile	Mon Jan 19 15:24:10 2015	(r377440)
+++ head/security/openvpn-auth-ldap/Makefile	Mon Jan 19 16:45:47 2015	(r377441)
@@ -28,16 +28,16 @@ OPENVPN_WRKSRC=	`cd ${PORTSDIR}/security
 CONFIGURE_ARGS+=	--with-openldap=${LOCALBASE} \
 			--with-openvpn=${OPENVPN_WRKSRC}/include \
 			--with-objc-runtime=GNU
-# this issue would cause run-time trouble, so turn it into an error:
-#OBJCFLAGS+=	-Werror=objc-method-access
 
 PORTDOCS=	README
 PORTEXAMPLES=	auth-ldap.conf
 PLIST_FILES=	lib/openvpn-auth-ldap.so
 OBJCFLAGS+=	-L${LOCALBASE}/lib -I${LOCALBASE}/include -fPIC
 CFLAGS+=	-fPIC
+MAKE_JOBS_UNSAFE=yes # work around missing deps in src/Makefile[.in]
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
+
 .include <bsd.port.options.mk>
 
 CONFIGURE_ENV+=	OBJC="${CC}"


More information about the svn-ports-all mailing list