aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/nspr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/nspr/Makefile b/devel/nspr/Makefile
index 8a90848daf3e..ce9b53499a58 100644
--- a/devel/nspr/Makefile
+++ b/devel/nspr/Makefile
@@ -31,7 +31,7 @@ LIBS= libnspr4.so.1 libplc4.so.1 libplds4.so.1
.include <bsd.port.pre.mk>
post-patch:
- @${REINPLACE_CMD} -e 's,-lpthread,${PTHREAD_LIBS},g' ${WRKSRC}/${CONFIGURE_SCRIPT}
+ @${REINPLACE_CMD} -e 's,-lpthread,${PTHREAD_LIBS},g ; s,echo aout,echo elf,g' ${WRKSRC}/${CONFIGURE_SCRIPT}
.if ${OSVERSION} < 601104
@${REINPLACE_CMD} -e 's|pthread_cond_wait|_pthread_cond_wait|g' \
${WRKSRC}/../pr/src/md/unix/pthreads_user.c \