freebsd-ports/audio/sonata/files/patch-sonata.py
Nicola Vitale 24b05644de - Apply a patch (files/patch-sonata.py) to solve the conflict
with net/mpich2 (problem reported by [1])
- Bump PORTREVISION
- Update MASTER_SITES
- Add LICENSE (GPLv3)
- Convert to the new options framework

PR:		ports/150295
Submitted by:	Robert Jenssen <robertjenssen at ozemail.com.au>  [1]
2012-07-17 16:18:28 +00:00

11 lines
405 B
Python

--- ./sonata.py.orig 2012-07-17 15:55:43.000000000 +0200
+++ ./sonata.py 2012-07-17 15:56:48.000000000 +0200
@@ -59,6 +59,8 @@
# https://bugs.launchpad.net/ubuntu/+source/zsi/+bug/208855
sys.path.append('/usr/lib/python2.5/site-packages/oldxml')
+sys.path.remove('%%PREFIX%%/bin')
+
# hint for gnome.init to set the process name to 'sonata'
if platform.system() == 'Linux':
sys.argv[0] = 'sonata'