mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
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
@ -524,7 +524,7 @@ gecko-post-patch:
|
|||||||
${WRKSRC}/configure; do \
|
${WRKSRC}/configure; do \
|
||||||
if [ -f $$f ] ; then \
|
if [ -f $$f ] ; then \
|
||||||
${REINPLACE_CMD} -Ee 's|-lc_r|-pthread|g ; \
|
${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|echo aout|echo elf|g ; \
|
||||||
s|/usr/X11R6|${LOCALBASE}|g' \
|
s|/usr/X11R6|${LOCALBASE}|g' \
|
||||||
$$f; \
|
$$f; \
|
||||||
|
Loading…
Reference in New Issue
Block a user