1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

-fpermissive to allow gcc to compile old C++

This commit is contained in:
Peter Howkins 2012-03-12 00:32:10 +00:00
parent 0ce783f018
commit 50465f5a87

View file

@ -19,6 +19,9 @@ SYS_LIBRARIES =
EXTRA_LIBRARIES = TtClientExtraLibs
#endif
#if defined(LinuxDistribution)
CXXEXTRA_DEFINES = -fpermissive
#endif
SRCS = binkey.C binkey_utils.C common.C \
options.C options_tt.C prop.C \