Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jan 2015 16:45:47 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377441 - head/security/openvpn-auth-ldap
Message-ID:  <201501191645.t0JGjlng020504@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501191645.t0JGjlng020504>