Solved! With the help of a co-worker, I used the -l parameter of patch to get it to ignore whitespace. Prior to that, I kept getting hunk failures. The command I used is:
patch –Cl –p0 < patch_name.patch first to "Check" for errors and then just patch –l –p0 < patch_name.patch. Thank you Wietse. Ed