svn commit: r482219 - head/net/ntp

Cy Schubert cy at FreeBSD.org
Tue Oct 16 12:02:29 UTC 2018


Author: cy
Date: Tue Oct 16 12:02:28 2018
New Revision: 482219
URL: https://svnweb.freebsd.org/changeset/ports/482219

Log:
  Fix build on armv6.
  
  Submitted by:	garga@
  MFH:		2018Q4

Modified:
  head/net/ntp/Makefile

Modified: head/net/ntp/Makefile
==============================================================================
--- head/net/ntp/Makefile	Tue Oct 16 11:37:55 2018	(r482218)
+++ head/net/ntp/Makefile	Tue Oct 16 12:02:28 2018	(r482219)
@@ -22,7 +22,8 @@ USES=		cpe pathfix shebangfix libedit libtool localbas
 USES+=		autoreconf # until trustedbsd-mac changes accepted upstream
 
 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-head mailing list