You can pass "-F" as parameter to avrdude tool, but definitely you shouldn't do it. It doesn't help.
First of all, you should post whole log. Do not forget to use code tags.
Secondly, you have different MCU. ATmega328P and ATmega328 have different signature. Second one have 1F 95 14 so logically the error occurs. The solution in such case should be to create specific board for 328 (in boards.txt).