Add in -fpermissive for compiling old C++ on gcc

This commit is contained in:
Peter Howkins 2012-03-13 17:43:43 +00:00
parent 585674c817
commit 4e71617973
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@ EXTRA_DEFINES = -DIOSTREAMSWORKS
EXTRA_DEFINES = -DIOSTREAMSWORKS
#endif
#if defined(LinuxDistribution)
CXXEXTRA_DEFINES = -fpermissive
#endif
SRCS = DirIterator.C Environ.C TTFile.C \
UnixEnv.C cstring.C