svn commit: r403857 - head/Mk

Jan Beich jbeich at FreeBSD.org
Wed Dec 16 13:51:26 UTC 2015


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


More information about the svn-ports-head mailing list