From 23dad2b5554e624ff2f98d189b1e0c29485bf586 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sat, 6 Sep 2003 18:34:37 +0000 Subject: Use ${PTHREAD_LIBS} instead of hardcoded -pthread and -lc_r in a few places. This should help the KSE and libthr people use these applications (plus it lets them build on -CURRENT). --- www/seamonkey/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'www/seamonkey') diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index e36098a15b47..379ce2130ce1 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -202,6 +202,13 @@ post-patch: ${WRKSRC}/config/autoconf.mk.in @${FIND} ${WRKSRC}/other-licenses/libical -name "*.c" | ${XARGS} \ ${REINPLACE_CMD} 's|||g' + @${REINPLACE_CMD} -e 's|-lc_r|${PTHREAD_LIBS}|g' \ + ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g' \ + ${WRKSRC}/nsprpub/config/FreeBSD.mk \ + ${WRKSRC}/security/coreconf/FreeBSD.mk \ + ${WRKSRC}/directory/c-sdk/config/FreeBSD.mk \ + ${WRKSRC}/js/src/Makefile.in .if defined(WITH_GTK2) @for pcfile in ${PKGCONFIG_FILES}; do \ ${REINPLACE_CMD} -e 's|mozilla-xpcom|mozilla-xpcom${MOZ_SUFX}|g ; \ -- cgit v1.2.3