FreeBSD Bugzilla – Attachment 203964 Details for
Bug 237525
security/git-crypt: fix build with GCC-based architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
git-crypt.patch (text/plain), 1.00 KB, created by
Piotr Kubaj
on 2019-04-24 13:32:06 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2019-04-24 13:32:06 UTC
Size:
1.00 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 499546) >+++ Makefile (working copy) >@@ -18,8 +18,6 @@ > > OPTIONS_DEFINE= MANPAGES > >-CXXFLAGS+= -I${OPENSSLINC} >-LDFLAGS+= -L${OPENSSLLIB} > MAKE_ENV+= PREFIX=${PREFIX} "CXXFLAGS=${CXXFLAGS}" \ > "LDFLAGS=${LDFLAGS}" > >@@ -30,10 +28,17 @@ > DOCBOOK_XSL=${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl > MANPAGES_PLIST_FILES= man/man1/${PORTNAME}.1.gz > >-USES= gmake ssl >+USES= compiler:c++11-lang gmake ssl > > PLIST_FILES= bin/${PORTNAME} > >+.include <bsd.port.pre.mk> >+ >+.if ${SSL_DEFAULT} != base >+CXXFLAGS+= -I${OPENSSLINC} >+LDFLAGS+= -L${OPENSSLLIB} >+.endif >+ > post-extract: > @${GREP} -Rl '"gpg"' ${WRKSRC} |${XARGS} ${REINPLACE_CMD} -e 's,"gpg","${LOCALBASE}/bin/gpg",' > @${GREP} -Rl '"git"' ${WRKSRC} |${XARGS} ${REINPLACE_CMD} -e 's,"git","${LOCALBASE}/bin/git",' >@@ -41,4 +46,4 @@ > post-install: > ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/git-crypt > >-.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 237525
: 203964