svn commit: r533689 - head/net-im/ejabberd

Ashish SHUKLA ashish at FreeBSD.org
Sat May 2 12:54:18 UTC 2020


Author: ashish
Date: Sat May  2 12:54:17 2020
New Revision: 533689
URL: https://svnweb.freebsd.org/changeset/ports/533689

Log:
  - Update fix to unbreak on FreeBSD 11.x (related commit: r531114)

Modified:
  head/net-im/ejabberd/Makefile

Modified: head/net-im/ejabberd/Makefile
==============================================================================
--- head/net-im/ejabberd/Makefile	Sat May  2 12:06:25 2020	(r533688)
+++ head/net-im/ejabberd/Makefile	Sat May  2 12:54:17 2020	(r533689)
@@ -169,7 +169,7 @@ post-patch:
 	@${REINPLACE_CMD} -e '/vsn/s/0.0.1/${BASE64URL_VER}/' ${WRKSRC}/deps/base64url/src/base64url.app.src
 .if ${OSVERSION} < 1200000
 	# Disable LTO required by dependency, not available by default in < 12.x
-	@${REINPLACE_CMD} -e 's/-flto//' ${WRKSRC}/deps/jiffy/rebar.config
+	@${REINPLACE_CMD} -e 's/$$FLTO_FLAG//' ${WRKSRC}/deps/jiffy/rebar.config
 .endif
 
 pre-configure:


More information about the svn-ports-head mailing list