Process sgml and man files in doc directory for FreeBSD.
This commit is contained in:
committed by
Jon Trulson
parent
71ddf025fa
commit
7bdb847210
@@ -77,7 +77,7 @@ STLIBCENV =
|
||||
M4 = /bin/m4
|
||||
#endif
|
||||
|
||||
#if defined(LinuxArchitecture) || defined(OpenBSDArchitecture)
|
||||
#if defined(LinuxArchitecture) || defined(OpenBSDArchitecture) || defined(FreeBSDArchitecture)
|
||||
|
||||
/*
|
||||
* put cpp directives here rather than in CXXDEFINES because
|
||||
@@ -86,7 +86,8 @@ M4 = /bin/m4
|
||||
*/
|
||||
CXXOPTIONS = \
|
||||
-DSP_VOLATILE=volatile -DSP_CONST=const -DSP_ANSI_CLASS_INST \
|
||||
-DSP_HAVE_LOCALE -DSP_MULTI_BYTE -DSP_MANUAL_INST -fno-implicit-templates
|
||||
-DSP_HAVE_LOCALE -DSP_MULTI_BYTE -DSP_MANUAL_INST -fno-implicit-templates \
|
||||
-fpermissive
|
||||
|
||||
/*
|
||||
* Flags passed into compile step when doing manual template instantiation.
|
||||
|
||||
Reference in New Issue
Block a user