mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue