]> git.pld-linux.org Git - packages/apache1-mod_frontpage.git/blame - mod_frontpage-Makefile.patch
- release 1,
[packages/apache1-mod_frontpage.git] / mod_frontpage-Makefile.patch
CommitLineData
54f5b221 1--- Makefile.PL.orig Tue Apr 16 13:43:17 2002
2+++ Makefile.PL Tue Apr 16 13:43:35 2002
3@@ -30,8 +30,6 @@
4 print "Config directory: $confdir\n";
5 $cc=`$apxs -q CC`;
6 print "Compiler: $cc\n";
7-$cflags=`$apxs -q CFLAGS`;
8-print "CFLAGS: $cflags\n";
9 $includedir=`$apxs -q INCLUDEDIR`;
10 print "Include directory: $includedir\n";
11 $libexecdir=`$apxs -q LIBEXECDIR`;
12@@ -105,7 +103,6 @@
13 $_=~ s|\$\(apachectl\)|$apachectl|;
14 $_=~ s|\$\(cc\)|$cc|;
15 $_=~ s|\$\(includedir\)|$includedir|;
16-$_=~ s|\$\(cflags\)|$cflags|;
17 $_=~ s|\$\(sbindir\)|$sbindir|;
18 $_=~ s|\$\(install\)|$install|;
19 #$_=~ s|\$\(\)|$|;
This page took 0.028365 seconds and 4 git commands to generate.