Mk/bsd.gecko.mk: Fix typo from yesterday
Reported by: danfe (good catch!)
This commit is contained in:
parent
d45ba486e0
commit
9e002d2aee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382370
1 changed files with 1 additions and 1 deletions
|
@ -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; \
|
||||
|
|
Loading…
Reference in a new issue