openbsd-ports/devel/pygame/patches/patch-Setup_in
ajacoutot 742638c5a7 - update to pygame 1.8.1
several documentation updates
lots of bug fixes
2009-04-09 22:49:39 +00:00

12 lines
503 B
Plaintext

$OpenBSD: patch-Setup_in,v 1.2 2009/04/09 22:49:39 ajacoutot Exp $
--- Setup.in.orig Mon Apr 6 20:06:31 2009
+++ Setup.in Mon Apr 6 20:07:24 2009
@@ -58,6 +58,7 @@ cdrom src/cdrom.c $(SDL) $(DEBUG)
color src/color.c $(SDL) $(DEBUG)
constants src/constants.c $(SDL) $(DEBUG)
display src/display.c $(SDL) $(DEBUG)
+display src/display.c $(SDL) $(DEBUG) -I${X11BASE}/include
event src/event.c $(SDL) $(DEBUG)
fastevent src/fastevent.c src/fastevents.c $(SDL) $(DEBUG)
key src/key.c $(SDL) $(DEBUG)