Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jan 2021 18:57:33 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r563513 - branches/2021Q1/comms/obexapp
Message-ID:  <202101311857.10VIvXdF019781@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Sun Jan 31 18:57:32 2021
New Revision: 563513
URL: https://svnweb.freebsd.org/changeset/ports/563513

Log:
  MFH: r561678
  
  Fix build on current after commit 7fa2f2a62f04

Modified:
  branches/2021Q1/comms/obexapp/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/comms/obexapp/Makefile
==============================================================================
--- branches/2021Q1/comms/obexapp/Makefile	Sun Jan 31 18:50:27 2021	(r563512)
+++ branches/2021Q1/comms/obexapp/Makefile	Sun Jan 31 18:57:32 2021	(r563513)
@@ -17,9 +17,15 @@ WRKSRC=		${WRKDIR}/${PORTNAME}
 USES=		iconv readline uidfix
 PLIST_FILES=	bin/obexapp man/man1/obexapp.1.gz
 
+.include <bsd.port.pre.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1300134
 MAKE_ENV+=	NO_WERROR=yes
+.else
+MAKE_ENV+=	MK_WERROR=no
+.endif
 
 post-patch:
 	@${REINPLACE_CMD} -e 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/Makefile
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>



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