freebsd-ports/devel/py-game/files/patch-ab
Maxim Sobolev cf8f9e48af Add Pygame. Pygame is a cross-platfrom library designed to make it easy to
write multimedia software, such as games, in Python.
2000-12-18 17:02:09 +00:00

13 lines
280 B
Text

--- 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