Index: Makefile =================================================================== --- Makefile (revision 517976) +++ Makefile (working copy) @@ -57,9 +57,6 @@ MASTER_SERVER_DESC= Build the master server MASTER_SERVER_LIB_DEPENDS= libenet.so:net/enet -CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}} -CXXFLAGS_gcc= -Wno-narrowing - post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/Readme.txt ${STAGEDIR}${DOCSDIR}/ Index: files/patch-source_editor_CApp.h =================================================================== --- files/patch-source_editor_CApp.h (nonexistent) +++ files/patch-source_editor_CApp.h (working copy) @@ -0,0 +1,11 @@ +--- source/editor/CApp.h.orig 2019-11-27 17:44:26 UTC ++++ source/editor/CApp.h +@@ -137,7 +137,7 @@ class App : public BaseApp, (public) + float Size,Intens,Pow,Fq,NOf; + int Oct; EBrShape shape; + float Filter,HSet; +- char newLine; Ogre::String name; ++ signed char newLine; Ogre::String name; + }; + + const static int brSetsNum = 87; Property changes on: files/patch-source_editor_CApp.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property