- Fix build on CURRENT by setting -x c++ -std=gnu++98 to CFLAGS for now.
Delegate already use cc to build cxx code everywhere.
This commit is contained in:
parent
2ea0f299ac
commit
6704fb9a13
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=461537
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ SUB_FILES= pkg-message
|
|||
|
||||
ADMIN?= admin@example.com
|
||||
|
||||
CFLAGS+= -x c++ -std=gnu++98
|
||||
|
||||
PLIST_FILES= sbin/delegated etc/rc.d/delegated.sh-dist
|
||||
PORTDOCS= CHANGES COPYRIGHT DG9note.html HowToDG.html IPv6NOTE.txt \
|
||||
Manual.htm jpconv.htm tutor-en.htm tutor-jp.htm
|
||||
|
|
Loading…
Reference in a new issue