[xiph-cvs] cvs commit: shout-perl Makefile.PL

Brendan brendan at xiph.org
Sat Jul 5 11:40:35 PDT 2003



brendan     03/07/05 14:40:35

  Modified:    .        Makefile.PL
  Log:
  Whoops, typo

Revision  Changes    Path
1.2       +1 -1      shout-perl/Makefile.PL

Index: Makefile.PL
===================================================================
RCS file: /usr/local/cvsroot/shout-perl/Makefile.PL,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -u -r1.1 -r1.2
--- Makefile.PL	3 Jul 2003 16:42:05 -0000	1.1
+++ Makefile.PL	5 Jul 2003 18:40:35 -0000	1.2
@@ -2,7 +2,7 @@ use ExtUtils::MakeMaker;
 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
 # the contents of the Makefile that is written.
 
-$pkgconfig = 'IPKG_CONFIG_PATH=${PKG_CONFIG_PATH:-/usr/local/lib/pkgconfig} pkg-config';
+$pkgconfig = 'PKG_CONFIG_PATH=${PKG_CONFIG_PATH:-/usr/local/lib/pkgconfig} pkg-config';
 if (system("$pkgconfig --exists shout") == 0) {
   $ccflags = `$pkgconfig --cflags shout`;
   $libs = `$pkgconfig --libs shout`;

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list