FreeBSD Bugzilla – Attachment 108798 Details for
Bug 149715
[PATCH] emulators/generator: fix make warning
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
generator-0.35_11.patch
generator-0.35_11.patch (text/plain), 1.31 KB, created by
Dmitry Marakasov
on 2010-08-16 20:50:00 UTC
(
hide
)
Description:
generator-0.35_11.patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2010-08-16 20:50:00 UTC
Size:
1.31 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/emulators/generator/Makefile,v >retrieving revision 1.29 >diff -u -u -r1.29 Makefile >--- Makefile 5 Feb 2010 11:36:46 -0000 1.29 >+++ Makefile 16 Aug 2010 19:43:46 -0000 >@@ -37,18 +37,6 @@ > > .include <bsd.port.pre.mk> > >-.if ${ARCH} != "amd64" && ${ARCH} != "i386" >-post-patch: >-# These architectures do not support "-minline-all-stringops" >- @${REINPLACE_CMD} -e 's|-minline-all-stringops||g' \ >- ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} >-. if ${ARCH} == "alpha" >-# "-ffast-math" does not work on alpha >- @${REINPLACE_CMD} -e 's|-ffast-math||g' \ >- ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} >-. endif >-.endif >- > .if !defined(WITHOUT_OPTIMIZED_CFLAGS) > CONFIGURE_ARGS+=--with-gcc=3 > .else >@@ -67,6 +55,16 @@ > .endif > > post-patch: >+.if ${ARCH} != "amd64" && ${ARCH} != "i386" >+# These architectures do not support "-minline-all-stringops" >+ @${REINPLACE_CMD} -e 's|-minline-all-stringops||g' \ >+ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} >+. if ${ARCH} == "alpha" >+# "-ffast-math" does not work on alpha >+ @${REINPLACE_CMD} -e 's|-ffast-math||g' \ >+ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} >+. endif >+.endif > @${REINPLACE_CMD} -e '/%define %1 @UNDERSCORE@%1 /d' \ > ${WRKSRC}/raze/raze.asm.in
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 149715
: 108798