ports/83516: [MAINTAINER UPDATE] emulators/generator

Alejandro Pulver alejandro at varnet.biz
Fri Jul 15 16:30:24 UTC 2005


>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:



More information about the freebsd-ports-bugs mailing list