Date: Mon, 24 Aug 2009 19:58:48 -0700 From: Marcel Moolenaar <xcllnt@mac.com> To: ports@FreeBSD.org Cc: Marius Strobl <marius@alchemy.franken.de> Subject: [PATCH] Fix Mk/bsd.gecko.mk, broken by rev 1.8 Message-ID: <4659C40D-6E3A-4F2B-9F5A-190C3D8EBE54@mac.com>
next in thread | raw e-mail | index | archive | help
All, revision 1.8 fixed sparc64, but accidentally reverted the change made in revision 1.7 that fixed the powerpc build. The following diff fixes powerpc be re-applying the change made in revision 1.7. Ok to commit? Index: bsd.gecko.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.gecko.mk,v retrieving revision 1.14 diff -u -r1.14 bsd.gecko.mk --- bsd.gecko.mk 18 Jul 2009 11:10:10 -0000 1.14 +++ bsd.gecko.mk 21 Aug 2009 20:10:39 -0000 @@ -275,7 +275,7 @@ PORT_MOZCONFIG?= ${FILESDIR}/mozconfig.in MOZCONFIG?= ${WRKSRC}/.mozconfig MOZILLA_PLIST_DIRS?= bin include lib share/idl -GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 pthread | ${SED} - e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE} +GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 pthread: | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE} PKGINSTALL?= ${WRKDIR}/pkg-install PKGDEINSTALL?= ${WRKDIR}/pkg-deinstall MASTER_MOZDIR?= ${PORTSDIR}/www/mozilla -- Marcel Moolenaar xcllnt@mac.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4659C40D-6E3A-4F2B-9F5A-190C3D8EBE54>