diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2018-01-25 11:42:11 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2018-01-25 11:42:11 +0000 |
commit | db3c1001c4a9094a68753e8d8bdcfffd4563c8d6 (patch) | |
tree | bfc2a0044738c546d5da33ed56890fd80bbb3947 /misc/xdelta3 | |
parent | bbb54729af467a0f180e388bc8c3b2f81d954075 (diff) | |
download | ports-db3c1001c4a9094a68753e8d8bdcfffd4563c8d6.tar.gz ports-db3c1001c4a9094a68753e8d8bdcfffd4563c8d6.zip |
Notes
Diffstat (limited to 'misc/xdelta3')
-rw-r--r-- | misc/xdelta3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/xdelta3/Makefile b/misc/xdelta3/Makefile index c74b60e94242..208234aa1403 100644 --- a/misc/xdelta3/Makefile +++ b/misc/xdelta3/Makefile @@ -22,6 +22,7 @@ GH_PROJECT= xdelta-devel WRKSRC_SUBDIR= xdelta3 GNU_CONFIGURE= yes +USE_CXXSTD= gnu++98 PLIST_FILES= bin/xdelta3 man/man1/xdelta3.1.gz |