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

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

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