Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 4931 | Differences between
and this patch

Collapse All | Expand All

(-)STLport-4.5.3-busted/stlport/config/stl_gcc.h (+9 lines)
Lines 250-258 Link Here
250
250
251
# if (__GNUC__ >= 3)
251
# if (__GNUC__ >= 3)
252
252
253
# if (__GNUC_MINOR__ >= 1)
254
255
#  define _STLP_NATIVE_INCLUDE_PATH ../g++-v31
256
#  define _STLP_NATIVE_OLD_STREAMS_INCLUDE_PATH ../g++-v31/backward
257
258
# else
259
253
#  define _STLP_NATIVE_INCLUDE_PATH ../g++-v3
260
#  define _STLP_NATIVE_INCLUDE_PATH ../g++-v3
254
#  define _STLP_NATIVE_OLD_STREAMS_INCLUDE_PATH ../g++-v3/backward
261
#  define _STLP_NATIVE_OLD_STREAMS_INCLUDE_PATH ../g++-v3/backward
255
262
263
# endif
264
256
# elif (__GNUC_MINOR__ < 8)
265
# elif (__GNUC_MINOR__ < 8)
257
266
258
#  define _STLP_NO_OWN_IOSTREAMS 1
267
#  define _STLP_NO_OWN_IOSTREAMS 1

Return to bug 4931