Mk/bsd.gecko.mk: Fix typo from yesterday

Reported by:	danfe (good catch!)
This commit is contained in:
John Marino 2015-03-27 07:05:29 +00:00
parent d45ba486e0
commit 9e002d2aee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382370

View file

@ -524,7 +524,7 @@ gecko-post-patch:
${WRKSRC}/configure; do \
if [ -f $$f ] ; then \
${REINPLACE_CMD} -Ee 's|-lc_r|-pthread|g ; \
s|-l?pthread|-pthread}|g ; \
s|-l?pthread|-pthread|g ; \
s|echo aout|echo elf|g ; \
s|/usr/X11R6|${LOCALBASE}|g' \
$$f; \