mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
- fix regression with clang 4.0.0
PR: 223702
This commit is contained in:
parent
638237f973
commit
6bef2f99f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=454913
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= sid-milter
|
||||
PORTVERSION= 1.0.0
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= SF/${PORTNAME}/SenderID%20Milter/${PORTVERSION}
|
||||
|
||||
@ -11,7 +11,8 @@ COMMENT= Milter module for sid and spf
|
||||
|
||||
RESTRICTED= May incorporate intellectual property, possible patent issues
|
||||
|
||||
CFLAGS+= -std=gnu89
|
||||
# on FreeBSD 11 optimized code fails with 'MalformedDomain'
|
||||
CFLAGS:= ${CFLAGS:S/-O2//g}
|
||||
WCONF= ${WRKSRC}/devtools/Site
|
||||
DOCSFILES= FEATURES INSTALL KNOWNBUGS LICENSE README README-SenderID \
|
||||
RELEASE_NOTES rfc4406.txt rfc4407.txt rfc4408.txt
|
||||
|
Loading…
Reference in New Issue
Block a user