freebsd-ports/audio/p5-Audio-Ecasound/files/patch-Makefile.PL
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

11 lines
484 B
Perl

--- Makefile.PL.orig 2010-07-12 02:34:56 UTC
+++ Makefile.PL
@@ -8,7 +8,7 @@ WriteMakefile(
# 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',