svn commit: r563513 - branches/2021Q1/comms/obexapp

Guido Falsi madpilot at FreeBSD.org
Sun Jan 31 18:57:33 UTC 2021


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>


More information about the svn-ports-branches mailing list