FreeBSD Bugzilla – Attachment 150772 Details for
Bug 196065
[PATCH] security/nmap Compilation test omits native-xtools environment (poudriere + native-xtools)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
use CHOSEN_COMPILER_TYPE
nmap.patch (text/plain), 836 bytes, created by
Mikael Urankar
on 2014-12-19 15:13:27 UTC
(
hide
)
Description:
use CHOSEN_COMPILER_TYPE
Filename:
MIME Type:
Creator:
Mikael Urankar
Created:
2014-12-19 15:13:27 UTC
Size:
836 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (révision 374939) >+++ Makefile (copie de travail) >@@ -19,7 +19,7 @@ > > LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre > >-USES= tar:bzip2 gmake cpe >+USES= tar:bzip2 gmake cpe compiler > GNU_CONFIGURE= yes > > OPTIONS_SUB= yes >@@ -54,8 +54,10 @@ > --with-liblua=included \ > --without-nmap-update > >+.include <bsd.port.pre.mk> >+ > # fix for gcc from ports >-.if ${CC} != "cc" && ${CC} !="clang" && !${CC:M*ccache/cc} >+.if ${CHOSEN_COMPILER_TYPE} == gcc > GCCLIBDIR_CMDS= ${CC} -print-file-name=libstdc++.so | ${SED} -e 's/libstdc++.so//' > CONFIGURE_ARGS+=LDFLAGS="-L$$(${GCCLIBDIR_CMDS})" > NOT_BASE_CC= true >@@ -81,4 +83,4 @@ > @${ECHO_MSG} do not forget to adjust libnmap.conf > .endif > >-.include <bsd.port.mk> >+.include <bsd.port.post.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 196065
:
150683
| 150772