Date: Fri, 15 Jul 2005 13:29:56 -0300 From: "Alejandro Pulver" <alejandro@varnet.biz> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/83517: [MAINTAINER UPDATE] emulators/generator-cbiere Message-ID: <1121444996.0@phobos.mars.bsd> Resent-Message-ID: <200507151630.j6FGUN8e052436@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 83517 >Category: ports >Synopsis: [MAINTAINER UPDATE] emulators/generator-cbiere >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:23 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Alejandro Pulver >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: --- generator-cbiere.diff begins here --- diff -urN generator-cbiere.old/Makefile generator-cbiere/Makefile --- generator-cbiere.old/Makefile Fri Jul 15 13:27:22 2005 +++ generator-cbiere/Makefile Fri Jul 15 13:28:29 2005 @@ -48,6 +48,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-CBiere automatically determines the GCC version. --- generator-cbiere.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?1121444996.0>