Process sgml and man files in doc directory for FreeBSD.

This commit is contained in:
Ulrich Wilkens
2012-08-15 22:43:43 +02:00
committed by Jon Trulson
parent 71ddf025fa
commit 7bdb847210
12 changed files with 1167 additions and 10 deletions

View File

@@ -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.