FreeBSD Bugzilla – Attachment 129646 Details for
Bug 173678
[PATCH] security/gnupg1: fix build on more recent current
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
gnupg-1.4.12.patch
gnupg-1.4.12.patch (text/plain), 551 bytes, created by
Steve Wills
on 2012-11-17 12:10:00 UTC
(
hide
)
Description:
gnupg-1.4.12.patch
Filename:
MIME Type:
Creator:
Steve Wills
Created:
2012-11-17 12:10:00 UTC
Size:
551 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 307506) >+++ Makefile (working copy) >@@ -23,9 +23,6 @@ > MACHINE_ARCH= i586 > .endif > CFLAGS:= ${CFLAGS:S/-pipe//g} >-.if ${CC} == "clang" >-CFLAGS:= ${CFLAGS:S/$/ -std=c89/} >-.endif > MAN1= gpg.1 gpgv.1 gpg.ru.1 gpg-zip.1 > MAN7= gnupg.7 > INFO= gnupg1 >@@ -43,6 +40,10 @@ > > .include <bsd.port.pre.mk> > >+.if ${CC} == "clang" || ${OSVERSION} >= 1000024 >+CFLAGS:= ${CFLAGS:S/$/ -std=c89/} >+.endif >+ > .if defined(WITH_LIBICONV) > USE_ICONV= yes > .else
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 173678
: 129646 |
129647
|
129648