1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

nsgmls: Imakefile fixes so it will build

This commit is contained in:
Jon Trulson 2012-06-19 18:04:53 -06:00
parent 84e3c43b90
commit 157f2e2bf7

View file

@ -77,7 +77,7 @@ STLIBCENV =
M4 = /bin/m4 M4 = /bin/m4
#endif #endif
#if defined(LinuxArchitecture( #if defined(LinuxArchitecture)
/* /*
* put cpp directives here rather than in CXXDEFINES because * put cpp directives here rather than in CXXDEFINES because
@ -85,13 +85,13 @@ M4 = /bin/m4
* but they are needed there to instantiate templates * but they are needed there to instantiate templates
*/ */
CXXOPTIONS = \ CXXOPTIONS = \
-DSP_VOLATILE= -DSP_CONST= \ -DSP_VOLATILE=volatile -DSP_CONST=const -DSP_ANSI_CLASS_INST \
-DSP_HAVE_LOCALE -DSP_MULTI_BYTE -DSP_MANUAL_INST -DSP_HAVE_LOCALE -DSP_MULTI_BYTE -DSP_MANUAL_INST -fno-implicit-templates
/* /*
* Flags passed into compile step when doing manual template instantiation. * Flags passed into compile step when doing manual template instantiation.
*/ */
CXXTEMPLATEFLAGS = CXXTEMPLATEFLAGS = -fno-implicit-templates
M4 = /usr/bin/m4 M4 = /usr/bin/m4