svn commit: r511733 - head/net/ntp-devel

Cy Schubert cy at FreeBSD.org
Tue Sep 10 05:17:37 UTC 2019


Author: cy
Date: Tue Sep 10 05:17:36 2019
New Revision: 511733
URL: https://svnweb.freebsd.org/changeset/ports/511733

Log:
  Chase r482219: Fix build on armv6.

Modified:
  head/net/ntp-devel/Makefile   (contents, props changed)

Modified: head/net/ntp-devel/Makefile
==============================================================================
--- head/net/ntp-devel/Makefile	Tue Sep 10 05:17:22 2019	(r511732)
+++ head/net/ntp-devel/Makefile	Tue Sep 10 05:17:36 2019	(r511733)
@@ -23,7 +23,8 @@ USES=		cpe pathfix shebangfix libedit libtool localbas
 LIB_DEPENDS+=	libdns_sd.so:net/mDNSResponder
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--enable-leap-smear --enable-trustedbsd-mac
+CONFIGURE_ARGS=	--enable-leap-smear --enable-trustedbsd-mac \
+		--with-locfile=freebsd
 
 TEST_TARGET=	check
 


More information about the svn-ports-all mailing list