FreeBSD Bugzilla – Attachment 145657 Details for
Bug 192555
[PATCH] security/libgcrypt: fix build with GCC on 8.x/amd64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
libgcrypt.diff
libgcrypt.diff (text/plain), 446 bytes, created by
Carlos J Puga Medina
on 2014-08-11 09:42:31 UTC
(
hide
)
Description:
libgcrypt.diff
Filename:
MIME Type:
Creator:
Carlos J Puga Medina
Created:
2014-08-11 09:42:31 UTC
Size:
446 bytes
patch
obsolete
>--- Makefile.orig 2014-08-11 11:36:41.000000000 +0200 >+++ Makefile 2014-08-11 11:37:08.000000000 +0200 >@@ -2,7 +2,7 @@ > > PORTNAME= libgcrypt > PORTVERSION= 1.6.1 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= security > MASTER_SITES= ${MASTER_SITE_GNUPG} > MASTER_SITE_SUBDIR= ${PORTNAME} >@@ -43,7 +43,7 @@ > > .elif ${ARCH} == "amd64" > .if (${OSVERSION} < 900000) >-USE_GCC= yes >+CFLAGS+= -fno-asm > .endif > CONFIGURE_ARGS+= --disable-drng-support >
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 192555
:
145618
|
145657
|
145708
|
145756
|
146721
|
146723
|
146724
|
146774
|
146778
|
146779
Working