diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-02-09 10:06:29 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-02-09 10:06:29 +0000 |
commit | f7e2f588456fa408ed0e8dd2bfad657f29c3118d (patch) | |
tree | 3cbef783b3dc6d82121bfac60c28700ed5702f3e /media-sound/ardour/files | |
parent | Version bump, bug #204183. (diff) | |
download | gentoo-2-f7e2f588456fa408ed0e8dd2bfad657f29c3118d.tar.gz gentoo-2-f7e2f588456fa408ed0e8dd2bfad657f29c3118d.tar.bz2 gentoo-2-f7e2f588456fa408ed0e8dd2bfad657f29c3118d.zip |
version bump
(Portage version: 2.1.4.1)
Diffstat (limited to 'media-sound/ardour/files')
-rw-r--r-- | media-sound/ardour/files/ardour-2.3.1-soundtouch.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/media-sound/ardour/files/ardour-2.3.1-soundtouch.patch b/media-sound/ardour/files/ardour-2.3.1-soundtouch.patch new file mode 100644 index 000000000000..545454ad57e1 --- /dev/null +++ b/media-sound/ardour/files/ardour-2.3.1-soundtouch.patch @@ -0,0 +1,16 @@ +Index: ardour-2.3/SConstruct +=================================================================== +--- ardour-2.3.orig/SConstruct ++++ ardour-2.3/SConstruct +@@ -1006,9 +1006,9 @@ if env['SYSLIBS']: + + # libraries['flowcanvas'] = LibraryInfo(LIBS='flowcanvas', LIBPATH='#/libs/flowcanvas', CPPPATH='#libs/flowcanvas') + libraries['soundtouch'] = LibraryInfo() +- #libraries['soundtouch'].ParseConfig ('pkg-config --cflags --libs soundtouch-1.0') ++ libraries['soundtouch'].ParseConfig ('pkg-config --cflags --libs soundtouch-1.0') + # Comment the previous line and uncomment this for Debian: +- libraries['soundtouch'].ParseConfig ('pkg-config --cflags --libs libSoundTouch') ++ #libraries['soundtouch'].ParseConfig ('pkg-config --cflags --libs libSoundTouch') + + libraries['appleutility'] = LibraryInfo(LIBS='libappleutility', + LIBPATH='#libs/appleutility', |