Date: Wed, 16 Dec 2015 09:50:13 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403857 - head/Mk Message-ID: <201512160950.tBG9oDaP059783@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Wed Dec 16 09:50:13 2015 New Revision: 403857 URL: https://svnweb.freebsd.org/changeset/ports/403857 Log: gecko: fix typo in r403853 Modified: head/Mk/bsd.gecko.mk (contents, props changed) Modified: head/Mk/bsd.gecko.mk ============================================================================== --- head/Mk/bsd.gecko.mk Wed Dec 16 09:40:24 2015 (r403856) +++ head/Mk/bsd.gecko.mk Wed Dec 16 09:50:13 2015 (r403857) @@ -466,9 +466,9 @@ MOZCONFIG_SED?= ${SED} ${MOZ_SED_ARGS} USE_BINUTILS= # intel-gcm.s CFLAGS+= -B${LOCALBASE}/bin LDFLAGS+= -B${LOCALBASE}/bin +. endif .elif ${ARCH:Mpowerpc*} USES:= compiler:gcc-c++11-lib ${USES:Ncompiler*c++11*} -.endif . if ${ARCH} == "powerpc64" MOZ_EXPORT+= UNAME_m="${ARCH}" CFLAGS+= -mminimal-toc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512160950.tBG9oDaP059783>