www/firefox: PTHREAD_LIBS clean
Norikatsu Shigemura
nork at FreeBSD.org
Mon Nov 27 07:31:05 PST 2006
Hi gnome developpers!
What is GECKO_PTHREAD_LIBS?
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/firefox/Makefile,v
retrieving revision 1.165
diff -u -r1.165 Makefile
--- Makefile 10 Nov 2006 07:03:50 -0000 1.165
+++ Makefile 27 Nov 2006 15:10:10 -0000
@@ -49,8 +49,6 @@
.include <bsd.port.pre.mk>
-GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} pthread | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE}
-
.if ${OSVERSION} < 500000
BROKEN= does not build
.endif
@@ -69,7 +67,7 @@
<${FILESDIR}/firefox.desktop.in >${WRKDIR}/${MOZILLA}.desktop
post-patch:
- ${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|${GECKO_PTHREAD_LIBS}|' \
+ ${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|' \
${WRKSRC}/storage/build/Makefile.in
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
${WRKSRC}/security/manager/ssl/src/Makefile.in
More information about the freebsd-gnome
mailing list