diff options
Diffstat (limited to 'audio/py-sdl_mixer/files/patch-setup.py')
-rw-r--r-- | audio/py-sdl_mixer/files/patch-setup.py | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/py-sdl_mixer/files/patch-setup.py b/audio/py-sdl_mixer/files/patch-setup.py new file mode 100644 index 000000000000..2825bbe40d53 --- /dev/null +++ b/audio/py-sdl_mixer/files/patch-setup.py @@ -0,0 +1,19 @@ +--- setup.py.orig Fri Oct 28 00:13:10 2005 ++++ setup.py Fri Oct 28 00:14:18 2005 +@@ -17,12 +17,14 @@ + + INCDIR = [ + "/usr/include", +- "/usr/local/include", ++ "%%LOCALBASE%%/include", ++ "%%X11BASE%%/include", + "/sw/include", # For Mac OS X + ] + LIBDIR = [ + "/usr/lib", +- "/usr/local/lib", ++ "%%LOCALBASE%%/lib", ++ "%%X11BASE%%/lib", + "/sw/lib/", # For Mac OS X + ] + |