diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-09-03 13:19:49 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-09-03 13:19:49 +0000 |
commit | bdf2a53bfd3588f085373a09a34b6cfa6878b151 (patch) | |
tree | 0fa0aba12689055322e53efc729fc817fe7d1b3f /devel/py-game/files | |
parent | Update to the latest snapshots. (diff) |
Update to 1.2.
Notes
Notes:
svn path=/head/; revision=47361
Diffstat (limited to 'devel/py-game/files')
-rw-r--r-- | devel/py-game/files/patch-config_unix.py | 14 |
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), |