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

13 lines
558 B
Plaintext

$OpenBSD: patch-config_unix_py,v 1.3 2009/04/09 22:49:39 ajacoutot Exp $
--- config_unix.py.orig Mon Apr 6 20:14:17 2009
+++ config_unix.py Mon Apr 6 20:14:56 2009
@@ -9,7 +9,7 @@ configcommand = configcommand + ' --version --cflags -
localbase = os.environ.get('LOCALBASE', '')
#these get prefixes with '/usr' and '/usr/local' or the $LOCALBASE
-origincdirs = ['/include', '/include/SDL', '/include/SDL',
+origincdirs = ['/include', '/include/SDL', '/include/libpng',
'/include/smpeg' ]
origlibdirs = ['/lib','/lib64','/X11R6/lib']