FreeBSD Bugzilla – Attachment 120161 Details for
Bug 162913
[patch] lang/rexx-wrapper: respect CC/CFLAGS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
cc.diff
cc.diff (text/x-patch), 1.09 KB, created by
Jan Beich
on 2011-11-30 00:30:00 UTC
(
hide
)
Description:
cc.diff
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2011-11-30 00:30:00 UTC
Size:
1.09 KB
patch
obsolete
>Index: lang/rexx-wrapper/Makefile >=================================================================== >RCS file: /a/.csup/ports/lang/rexx-wrapper/Makefile,v >retrieving revision 1.6 >diff -u -p -r1.6 Makefile >--- lang/rexx-wrapper/Makefile 29 Nov 2011 18:36:34 -0000 1.6 >+++ lang/rexx-wrapper/Makefile 30 Nov 2011 00:19:47 -0000 >@@ -3,7 +3,7 @@ > # Date created: Nov 11, 2003 > # Whom: ijliao > # >-# $FreeBSD: ports/lang/rexx-wrapper/Makefile,v 1.6 2011/11/29 18:36:34 dim Exp $ >+# $FreeBSD: ports/lang/rexx-wrapper/Makefile,v 1.4 2009/08/22 00:24:34 amdmi3 Exp $ > # > > PORTNAME= wrapper >@@ -23,4 +23,13 @@ GNU_CONFIGURE= yes > CONFIGURE_ARGS= --with-rexx=regina > DATADIR= ${PREFIX}/share/rexx${PORTNAME} > >+post-patch: .SILENT >+ ${REINPLACE_CMD} -Ee "/^compiler\.unix/s,',&${CC:T} ," \ >+ -e "/cc\.cc = .*/{p;s,,cc.${CC:T} = '${CC}',;}" \ >+ -e "/ opt/s/-[Og][^' ]?//" \ >+ -e "s,cflags\. = '(.*)',cflags. = '\1 ${CFLAGS}'," \ >+ ${WRKSRC}/rexxwrap.cmd >+ ${REINPLACE_CMD} '/^CC_LIST=/s,",&${CC:T} ,' ${WRKSRC}/configur >+ ${REINPLACE_CMD} 's/-compiler=$$(CC/&:T/' ${WRKSRC}/Makefile.in >+ > .include <bsd.port.mk>
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 162913
:
120160
| 120161