Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Aug 2015 22:16:03 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r393623 - branches/2015Q3/graphics/cairo
Message-ID:  <201508052216.t75MG3MO068184@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Wed Aug  5 22:16:02 2015
New Revision: 393623
URL: https://svnweb.freebsd.org/changeset/ports/393623

Log:
  MFH:	r393617
  
  Fix endianness detection on head with strings(1) from ELF toolchain.
  
  Approved by:	ports-secteam (feld)

Modified:
  branches/2015Q3/graphics/cairo/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/graphics/cairo/Makefile
==============================================================================
--- branches/2015Q3/graphics/cairo/Makefile	Wed Aug  5 22:11:05 2015	(r393622)
+++ branches/2015Q3/graphics/cairo/Makefile	Wed Aug  5 22:16:02 2015	(r393623)
@@ -62,8 +62,9 @@ PLIST_SUB+=	LIBVER=2.11200.18
 .include <bsd.port.options.mk>
 
 post-patch:
-	@${REINPLACE_CMD} -e '/test/s/==/=/g' \
-		-e '/LIBS/s/-lrt//'  -e '/LIBS/s|-ldld||' \
+	@${REINPLACE_CMD} -e '/strings/s/ - / -a /' \
+		-e '/test/s/==/=/g' \
+		-e '/LIBS/s/-lrt//' -e '/LIBS/s|-ldld||' \
 		-e '/LIBS/s|-ldl||' \
 		${WRKSRC}/configure
 	@${REINPLACE_CMD} -e 's|-lcairo|-lcairo -lpthread|' \



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