freebsd-ports/audio/py-karaoke/files/patch-setup.cfg
Pawel Pekala 0dbe893ff7 - Update to version 0.7.5
- Add optional run dependency on audio/py-mutagen
- Install additional fonts
- Add LICENSE

PR:		ports/172217
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Feature safe:	yes
2012-11-01 14:47:37 +00:00

9 lines
306 B
INI

--- setup.cfg.orig 2011-06-15 03:59:31.000000000 +0900
+++ setup.cfg 2012-09-28 07:07:06.000000000 +0900
@@ -27,4 +27,5 @@
requires=python,pygame,numeric,wxpython,timidity,freepats
[build_ext]
-include_dirs = /usr/include/SDL
+include_dirs = %%LOCALBASE%%/include/SDL
+library_dirs = %%LOCALBASE%%/lib