Index: Makefile =================================================================== --- Makefile (revision 308010) +++ Makefile (working copy) @@ -20,7 +20,7 @@ bin/pdb2csv post-patch: - @${REINPLACE_CMD} -e "s|-Wno-deprecated|& -fPIC -DPIC -Wno-error|" \ + @${REINPLACE_CMD} -e "s|-Wno-deprecated|& -fPIC -DPIC|" \ ${WRKSRC}/libflatfile/Makefile.in ${WRKSRC}/libpalm/Makefile.in \ ${WRKSRC}/libsupport/Makefile.in ${WRKSRC}/flatfile/Makefile.in Index: files/patch-libflatfile-Database.cpp =================================================================== --- files/patch-libflatfile-Database.cpp (revision 0) +++ files/patch-libflatfile-Database.cpp (working copy) @@ -0,0 +1,11 @@ +--- libflatfile/Database.cpp.orig 2012-11-30 14:43:18.000000000 +0100 ++++ libflatfile/Database.cpp 2012-11-30 14:48:11.000000000 +0100 +@@ -208,7 +208,7 @@ + // Ensure that the field numbers are within range. + for (PalmLib::FlatFile::ListView::const_iterator i = lv.begin(); + i != lv.end(); ++i) { +- if ((*i).field < 0 || (*i).field >= getNumOfFields()) ++ if ((*i).field >= getNumOfFields()) + return; + } + m_listviews.push_back(lv); Property changes on: files/patch-libflatfile-Database.cpp ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property 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