summaryrefslogtreecommitdiff
path: root/audio/py-sdl_mixer/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'audio/py-sdl_mixer/files/patch-setup.py')
-rw-r--r--audio/py-sdl_mixer/files/patch-setup.py8
1 files changed, 3 insertions, 5 deletions
diff --git a/audio/py-sdl_mixer/files/patch-setup.py b/audio/py-sdl_mixer/files/patch-setup.py
index 2825bbe40d53..a199e85ba706 100644
--- a/audio/py-sdl_mixer/files/patch-setup.py
+++ b/audio/py-sdl_mixer/files/patch-setup.py
@@ -1,19 +1,17 @@
---- setup.py.orig Fri Oct 28 00:13:10 2005
-+++ setup.py Fri Oct 28 00:14:18 2005
-@@ -17,12 +17,14 @@
+--- ./setup.py.orig 2005-07-29 16:16:50.000000000 +0200
++++ ./setup.py 2008-04-13 21:35:05.000000000 +0200
+@@ -17,12 +17,12 @@
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
]