summaryrefslogtreecommitdiff
path: root/devel/py-game/files
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-game/files')
-rw-r--r--devel/py-game/files/patch-config_unix.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/py-game/files/patch-config_unix.py b/devel/py-game/files/patch-config_unix.py
new file mode 100644
index 000000000000..dc31d853c444
--- /dev/null
+++ b/devel/py-game/files/patch-config_unix.py
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- config_unix.py 2001/09/03 13:07:39 1.1
++++ config_unix.py 2001/09/03 13:10:16
+@@ -41,7 +41,7 @@
+
+ sdl_lib_name = 'SDL'
+ if sys.platform.find('bsd') != -1:
+- sdl_lib_name = 'SDL-1.2'
++ sdl_lib_name = 'SDL-1.1'
+
+ DEPS = [
+ Dependency('SDL', 'SDL.h', 'lib'+sdl_lib_name+'.so', sdl_lib_name),