diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-05-22 13:08:44 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-05-22 13:08:44 +0000 |
commit | 9f09248308f63cd9413df0919c40bedb78dd260f (patch) | |
tree | a4b01d4f330c13357622bcb281ef260be5bbf624 /www/libapreq2/files/patch-src-Makefile.in | |
parent | - Update to 0.1.2 (diff) |
- Update to 2.05. Unbreak.
PR: ports/81336
Submitted by: maintainer
Diffstat (limited to 'www/libapreq2/files/patch-src-Makefile.in')
-rw-r--r-- | www/libapreq2/files/patch-src-Makefile.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/www/libapreq2/files/patch-src-Makefile.in b/www/libapreq2/files/patch-src-Makefile.in deleted file mode 100644 index c2adfdbccde1..000000000000 --- a/www/libapreq2/files/patch-src-Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- src/Makefile.in.orig Thu Sep 23 17:02:24 2004 -+++ src/Makefile.in Thu Sep 23 17:02:55 2004 -@@ -106,8 +106,8 @@ - STRIP = @STRIP@ - VERSION = @VERSION@ - --INCLUDES = @APR_INCLUDES@ @APU_INCLUDES@ --LIBS = @APR_LTLIBS@ @APU_LTLIBS@ -+INCLUDES = @APR_INCLUDES@ @APU_INCLUDES@ -I$(prefix)/include/apache2/modules/perl -+LIBS = @APR_LTLIBS@ @APU_LTLIBS@ -L$(prefix)/lib - LDFLAGS = @APR_LDFLAGS@ @APU_LDFLAGS@ - EXTRA_DIST = groups.dox.in - BUILT_SOURCES = @APR_LA@ @APU_LA@ |