head	1.2;
access;
symbols
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2001.07.01.05.05.53;	author vanilla;	state dead;
branches;
next	1.1;

1.1
date	2001.03.14.22.44.22;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Upgrade to 0.33.

No Responsed by:	maintainer
@
text
@--- Cookie/Makefile.PL.orig	Sat May  1 14:44:28 1999
+++ Cookie/Makefile.PL	Sun Apr 23 21:43:43 2000
@@@@ -15,9 +15,9 @@@@
     xsubpp("Cookie");
 }
 else {
-    require Apache::src;
-    my $src = Apache::src->new;
     use File::Path 'mkpath';
+    my $inc1 = `apxs -q INCLUDEDIR`;
+    my $inc2 = $inc1."/modules/perl";
     my $root = "../blib/arch/auto/libapreq";
     mkpath $root, 1, 0755 unless -d $root;
 
@@@@ -25,8 +25,7 @@@@
     system "touch $root/libapreq.a";
     WriteMakefile(
         @@mm_args,
-        'INC'	=> "-I../c ". $src->inc,
-        'TYPEMAPS'  => $src->typemaps,
+        'INC'	=> "-I../c -I$inc1 -I$inc2",
         'LIBS' => "-L$root -lapreq",
     );
     unlink "$root/libapreq.a";
@


1.1
log
@Upgrade to 0.31_03.

PR:		ports/25807
Submitted by:	maintainer
@
text
@@

