diff options
Diffstat (limited to 'stlport/makefile.mk')
-rw-r--r-- | stlport/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stlport/makefile.mk b/stlport/makefile.mk index 43028ece04b5..b20966b8ef7b 100644 --- a/stlport/makefile.mk +++ b/stlport/makefile.mk @@ -66,7 +66,7 @@ $(INCCOM)$/stlport$/vector: systemstl$/$$(@:f) .EXPORT : CC CXX .IF "$(COMID)"=="gcc3" TARFILE_NAME=STLport-4.5 - PATCH_FILES=STLport-4.5.patch + PATCH_FILES=STLport-4.5.patch STLport-4.5-gcc43_warnings.patch .ELIF "$(GUI)"=="WNT" .IF "$(CCNUMVER)"<="001300000000" TARFILE_NAME=STLport-4.0 |