I found a patch that will fix a bug in my PyOpenGL-program here.
But I have no idea how I can install this patch in arch-linux.
Can anyone help me ?
First of all, this has nothing to do with python or openGL, so you might want to remove those tags.
You are looking for the patch
-utility and then, in the directory that contains the src
-folder, do something like
patch -p0 -b < patch-py33-import.diff
The -b switch creates backup files before patching, the -p switch tells patch to use the complete path/filename that are given in the patch file.