svn commit: r393623 - branches/2015Q3/graphics/cairo
Jung-uk Kim
jkim at FreeBSD.org
Wed Aug 5 22:16:03 UTC 2015
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|' \
More information about the svn-ports-all
mailing list