Date: Sun, 10 Nov 2013 20:27:06 +0000 (UTC) From: Juergen Lock <nox@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333441 - head/emulators/qemu Message-ID: <201311102027.rAAKR6D5024782@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nox Date: Sun Nov 10 20:27:06 2013 New Revision: 333441 URL: http://svnweb.freebsd.org/changeset/ports/333441 Log: (Attempt to) fix build with unusual locales(?). Reported by: AN <andy@neu.net> on -ports Modified: head/emulators/qemu/Makefile Modified: head/emulators/qemu/Makefile ============================================================================== --- head/emulators/qemu/Makefile Sun Nov 10 20:25:25 2013 (r333440) +++ head/emulators/qemu/Makefile Sun Nov 10 20:27:06 2013 (r333441) @@ -130,6 +130,9 @@ post-patch: @cd ${WRKSRC} && ${PATCH} --quiet < ${FILESDIR}/cdrom-dma-patch .endif @${REINPLACE_CMD} -E \ + -e "/^by Tibor .TS. S/s|Sch.*z.$$|Schuetz.|" \ + ${WRKSRC}/qemu-doc.texi + @${REINPLACE_CMD} -E \ -e "s|^(CFLAGS=).*|\1${CFLAGS} -fno-strict-aliasing|" \ -e "s|^(LDFLAGS=).*|\1${LDFLAGS}|" \ ${WRKSRC}/Makefile.target
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311102027.rAAKR6D5024782>