aboutsummaryrefslogtreecommitdiff
path: root/devel/py-game/files
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-12-19 12:58:28 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-12-19 12:58:28 +0000
commitdf3f356e9b4f771d74491750bde0255738b3d2c3 (patch)
tree985f6378255ecada4a6e1a3a7b7fb3355e7f8ab4 /devel/py-game/files
parent60b2d682d2dfa252262512c71703af5b7b3c16c9 (diff)
downloadports-df3f356e9b4f771d74491750bde0255738b3d2c3.tar.gz
ports-df3f356e9b4f771d74491750bde0255738b3d2c3.zip
Update to 1.3.
Notes
Notes: svn path=/head/; revision=51835
Diffstat (limited to 'devel/py-game/files')
-rw-r--r--devel/py-game/files/patch-config_unix.py15
1 files changed, 12 insertions, 3 deletions
diff --git a/devel/py-game/files/patch-config_unix.py b/devel/py-game/files/patch-config_unix.py
index dc31d853c444..79f55695b0a4 100644
--- a/devel/py-game/files/patch-config_unix.py
+++ b/devel/py-game/files/patch-config_unix.py
@@ -1,9 +1,9 @@
$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 @@
+--- config_unix.py.orig Sat Nov 3 19:27:56 2001
++++ config_unix.py Wed Dec 19 14:49:24 2001
+@@ -43,7 +43,7 @@
sdl_lib_name = 'SDL'
if sys.platform.find('bsd') != -1:
@@ -12,3 +12,12 @@ $FreeBSD$
DEPS = [
Dependency('SDL', 'SDL.h', 'lib'+sdl_lib_name+'.so', sdl_lib_name),
+@@ -74,7 +74,7 @@
+
+ print 'Hunting dependencies...'
+ if localbase:
+- incdirs = [localbase + '/include/SDL']
++ incdirs = [localbase + '/include/SDL11', localbase + '/include/smpeg']
+ libdirs = [localbase + '/lib']
+ else:
+ incdirs = []