aboutsummaryrefslogtreecommitdiff
path: root/www/libapreq2/files
diff options
context:
space:
mode:
Diffstat (limited to 'www/libapreq2/files')
-rw-r--r--www/libapreq2/files/patch-glue-perl-Makefile.PL13
-rw-r--r--www/libapreq2/files/patch-library-Makefile.in15
2 files changed, 0 insertions, 28 deletions
diff --git a/www/libapreq2/files/patch-glue-perl-Makefile.PL b/www/libapreq2/files/patch-glue-perl-Makefile.PL
deleted file mode 100644
index 452b081b44a9..000000000000
--- a/www/libapreq2/files/patch-glue-perl-Makefile.PL
+++ /dev/null
@@ -1,13 +0,0 @@
---- glue/perl/Makefile.PL Mon May 2 20:24:29 2005
-+++ glue/perl/Makefile.PL Sat May 21 17:57:39 2005
-@@ -443,8 +443,8 @@
- 'NAME' => '$class',
- 'VERSION' => '$version',
- 'TYPEMAPS' => [qw(@$mp2_typemaps $typemap)],
-- 'INC' => "-I$base_dir/glue/perl/xs -I$inc_dir -I$xs_dir $apache_includes",
-- 'LIBS' => "$apreq_libs $apr_libs",
-+ 'INC' => "-I$base_dir/glue/perl/xs -I$inc_dir -I$xs_dir $apache_includes -I\\\$(PREFIX)/include/apache2/modules/perl",
-+ 'LIBS' => "$apreq_libs $apr_libs -L\\\$(PREFIX)/lib",
- } ;
- $txt .= "'depend' => $deps,\n" if ($deps) ;
- $txt .= qq{
diff --git a/www/libapreq2/files/patch-library-Makefile.in b/www/libapreq2/files/patch-library-Makefile.in
deleted file mode 100644
index f6efd93c0d77..000000000000
--- a/www/libapreq2/files/patch-library-Makefile.in
+++ /dev/null
@@ -1,15 +0,0 @@
---- library/Makefile.in.orig Sat May 21 17:21:51 2005
-+++ library/Makefile.in Sat May 21 17:22:18 2005
-@@ -137,10 +137,10 @@
- libapreq2_la_OBJECTS = $(am_libapreq2_la_OBJECTS)
-
- DEFS = @DEFS@
--DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include
-+DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include -I$(prefix)/include/apache2/modules/perl
- CPPFLAGS = @CPPFLAGS@
- LDFLAGS = @LDFLAGS@
--LIBS = @LIBS@
-+LIBS = @LIBS@ -L$(prefix)/lib
- depcomp = $(SHELL) $(top_srcdir)/depcomp
- am__depfiles_maybe = depfiles
- @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/cookie.Plo ./$(DEPDIR)/error.Plo \