Date: Fri, 15 Jul 2005 13:27:09 -0300 From: "Alejandro Pulver" <alejandro@varnet.biz> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/83516: [MAINTAINER UPDATE] emulators/generator Message-ID: <1121444829.0@phobos.mars.bsd> Resent-Message-ID: <200507151630.j6FGUNvY052371@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 83516 >Category: ports >Synopsis: [MAINTAINER UPDATE] emulators/generator >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jul 15 16:30:22 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Alejandro Pulver >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: --- generator.diff begins here --- diff -urN generator.old/Makefile generator/Makefile --- generator.old/Makefile Fri Jul 15 13:22:35 2005 +++ generator/Makefile Fri Jul 15 13:22:22 2005 @@ -43,6 +43,15 @@ BROKEN= "Does not configure on alpha 5.x" .endif +.if ${ARCH} != "amd64" && ${ARCH} != "i386" +USE_REINPLACE= yes + +post-patch: +# These architectures do not support "-minline-all-stringops" + @${REINPLACE_CMD} -e 's|-minline-all-stringops||g' \ + ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} +.endif + # Generator needs GCC 2.95.x or GCC >= 3.4.2 to work properly. # Generator does not automatically determine the GCC version. --- generator.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1121444829.0>