summaryrefslogtreecommitdiffstats
path: root/textproc/p5-Search-Saryer/files/patch-Makefile.PL
blob: 7ee722cc26aaf6834f15113a838e3792d8443645 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- Makefile.PL.orig	Wed Sep 17 21:05:42 2003
+++ Makefile.PL	Wed Sep 17 21:06:03 2003
@@ -8,8 +8,8 @@
 
 use ExtUtils::MakeMaker;
 
-$cflags = `sary-config --cflags`;
-$libs = `sary-config --libs`;
+$cflags = `pkg-config --cflags sary`;
+$libs = `pkg-config --libs sary`;
 
 WriteMakefile(
 	      'NAME' => 'Search::Saryer',
OpenPOWER on IntegriCloud