FreeBSD Bugzilla – Attachment 205002 Details for
Bug 238515
sysutils/minipro: fix build with GCC-based architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
minipro.patch (text/plain), 578 bytes, created by
Piotr Kubaj
on 2019-06-12 07:42:12 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2019-06-12 07:42:12 UTC
Size:
578 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 503613) >+++ Makefile (working copy) >@@ -12,7 +12,7 @@ > > RUN_DEPENDS= bash:shells/bash > >-USES= gmake pkgconfig shebangfix >+USES= compiler:c11 gmake pkgconfig shebangfix > USE_GITLAB= yes > > GL_ACCOUNT= DavidGriffith >@@ -24,8 +24,9 @@ > man/man1/minipro.1.gz > > post-patch: >- @${REINPLACE_CMD} -e ' s|gcc|clang|g' \ >- -e 's|share/||g' \ >+ @${REINPLACE_CMD} -e '/gcc/d' \ >+ -e 's|share/||g' \ >+ -e 's|CFLAGS =| CFLAGS +=|g' \ > ${WRKSRC}/Makefile > > post-install:
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 238515
: 205002