1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/audio/p5-Audio-Ecasound/files/patch-Makefile.PL
Jun Kuriyama 6aef4f76d6 Audio::Ecasound provides perl bindings to the ecasound control
interface of the ecasound program. You can use perl to automate or
interact with ecasound so you don't have to turn you back on the
adoring masses packed into Wembly Stadium.

Ecasound is a software package designed for multitrack audio
processing. It can be used for audio playback, recording, format
conversions, effects processing, mixing, as a LADSPA plugin host and
JACK node. Version >= 2.2.X must be installed to use this
package. "SEE ALSO" for more info.

WWW: http://search.cpan.org/dist/Audio-Ecasound/
2010-11-21 12:17:40 +00:00

12 lines
517 B
Perl

--- Makefile.PL.orig 2010-11-21 12:26:33.201477139 +0900
+++ Makefile.PL 2010-11-21 12:26:54.018506858 +0900
@@ -8,7 +8,7 @@
# next two could be from libecasoundc-config --libs --cflags
# not for now since want it to install w/o libecasoundc-config
LIBS => ['-lecasoundc'],
- INC => '',
+ INC => "-I\${PREFIX}/include",
ABSTRACT_FROM => 'Ecasound.pm',
AUTHOR => 'Brad Bowman <eci-perl@bereft.net>',
LICENSE => 'artistic_2',