mail/libdkim: Use USE_CXXSTD instead of messing with CXXFLAGS directly
PR: 285141 Differential Revision: https://reviews.freebsd.org/D49598
This commit is contained in:
parent
2be2295e84
commit
77abe790f3
@ -10,7 +10,7 @@ WWW= https://dkim.org/
|
|||||||
LICENSE= APACHE20
|
LICENSE= APACHE20
|
||||||
|
|
||||||
USES= uidfix zip ssl
|
USES= uidfix zip ssl
|
||||||
CXXFLAGS+= -std=gnu++98
|
USE_CXXSTD= gnu++98
|
||||||
USE_LDCONFIG= YES
|
USE_LDCONFIG= YES
|
||||||
SHLIB_MAJOR= 1
|
SHLIB_MAJOR= 1
|
||||||
PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}"
|
PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user