summaryrefslogtreecommitdiff
path: root/devel/py-game/files/patch-ab
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-12-18 17:02:09 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-12-18 17:02:09 +0000
commitcf8f9e48af5d876fe19f45ae0646e846a5d6f023 (patch)
tree9313b0c853b8a10607143a9c68ac70641e32e301 /devel/py-game/files/patch-ab
parentUpdate to 1.5.6.b1. (diff)
Add Pygame. Pygame is a cross-platfrom library designed to make it easy to
write multimedia software, such as games, in Python.
Notes
Notes: svn path=/head/; revision=36065
Diffstat (limited to 'devel/py-game/files/patch-ab')
-rw-r--r--devel/py-game/files/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/py-game/files/patch-ab b/devel/py-game/files/patch-ab
new file mode 100644
index 000000000000..cf068756dce4
--- /dev/null
+++ b/devel/py-game/files/patch-ab
@@ -0,0 +1,13 @@
+--- Setup.in 2000/12/16 09:11:55 1.1
++++ Setup.in 2000/12/16 09:12:14
+@@ -4,8 +4,8 @@
+ SDL = -I/usr/include/SDL -D_REENTRANT -lSDL
+ FONT = -lSDL_ttf
+ IMAGE = -lSDL_image
+-MIXER = -lSDL_mixer
+-SMPEG = -lsmpeg
++MIXER = -lSDL_mixer -lgcc_r
++SMPEG = -lsmpeg -lgcc_r
+ #--EndConfig
+
+