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

@@ -7,7 +7,12 @@ XCOMM $XConsortium: Imakefile /main/4 1996/08/08 14:42:19 cde-hp $
#define LibHeaders NO
#define LibInstall NO
#if defined(FreeBSDArchitecture)
VERSION = 8.5
#else
VERSION = 7.5
#endif
prefix = /usr/local
XCOMM Directory from which applications will reference the library of Tcl
@@ -40,10 +45,17 @@ EXTRA_DEFINES = -DTCL_LIBRARY=\"${TCL_LIBRARY}\" \
-DTCL_GOT_TIMEZONE
# else
# ifdef FreeBSDArchitecture
EXTRA_DEFINES = -DTCL_LIBRARY=\"${TCL_LIBRARY}\" \
-DNO_UNION_WAIT -DHAVE_UNISTD_H \
-DTCL_GOT_TIMEZONE
# else
EXTRA_DEFINES = -DTCL_LIBRARY=\"${TCL_LIBRARY}\" \
-DNO_UNION_WAIT -DHAVE_UNISTD_H -DNEED_MATHERR \
-DTCL_GOT_TIMEZONE
# endif
# endif
# endif
# endif

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.