diff options
author | dinoex <dinoex@FreeBSD.org> | 2018-08-16 13:03:33 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2018-08-16 13:03:33 +0800 |
commit | eada65464d47056d453f66c3a71588a03f47e05f (patch) | |
tree | d850170e586a38325f59c2094f073dd9aea051d0 /mail/libdkim | |
parent | bd034fc8b6a3cad74c807e4b34d8051d3c805003 (diff) | |
download | freebsd-ports-gnome-eada65464d47056d453f66c3a71588a03f47e05f.tar.gz freebsd-ports-gnome-eada65464d47056d453f66c3a71588a03f47e05f.tar.zst freebsd-ports-gnome-eada65464d47056d453f66c3a71588a03f47e05f.zip |
- fix build for FreeBSD 11.2 and FreeBSD 12.0
Diffstat (limited to 'mail/libdkim')
-rw-r--r-- | mail/libdkim/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/libdkim/Makefile b/mail/libdkim/Makefile index 00f6d5af3a92..4cfd03758b92 100644 --- a/mail/libdkim/Makefile +++ b/mail/libdkim/Makefile @@ -12,6 +12,7 @@ COMMENT= DKIM (DomainKeys Identified Mail) library LICENSE= APACHE20 USES= uidfix zip ssl +CXXFLAGS+= -std=gnu++98 USE_LDCONFIG= YES SHLIB_MAJOR= 1 PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" |