diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2016-02-02 23:13:07 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2016-02-02 23:13:07 +0000 |
commit | 330ca71a8b04c836fc38e938c465a20cbf60da0b (patch) | |
tree | edf49691e84bdf99421f2de73e2503884702d8fb /audio/audacity/files/patch-lib-src_lv2_configure | |
parent | misc/cmatrix: document ncurses requirement (USES+=ncurses) (diff) |
Add LV2 OPTION, remove MIDI OPTION, strip binary, fix build on 9.3
PR: 206694
Submitted by: xxjack12xx@gmail.com (maintainer)
MFH: 2016Q1
Notes
Notes:
svn path=/head/; revision=407904
Diffstat (limited to 'audio/audacity/files/patch-lib-src_lv2_configure')
-rw-r--r-- | audio/audacity/files/patch-lib-src_lv2_configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/audacity/files/patch-lib-src_lv2_configure b/audio/audacity/files/patch-lib-src_lv2_configure new file mode 100644 index 000000000000..899f8c49567f --- /dev/null +++ b/audio/audacity/files/patch-lib-src_lv2_configure @@ -0,0 +1,10 @@ +--- lib-src/lv2/configure 2016-01-08 14:05:48.000000000 -0800 ++++ lib-src/lv2/configure 2016-01-27 17:18:31.280753000 -0800 +@@ -54,7 +54,7 @@ + Name: ${pkg} + Version: ${version} + Description: Temporary fake config file +-Libs: -L\${libdir} ${lib} -ldl -lm ++Libs: -L\${libdir} ${lib} -lm + Cflags: -I\${includedir}/${pkg}${major} + EOF |