| Newsgroups |
perl.cvs.mod_parrot |
| Message-ID |
<[email protected]> |
cvsuser 02/06/07 17:02:15
Modified: . mod_parrot.diff
Log:
left local changes in the original diff. bah.
Revision Changes Path
1.6 +0 -21 mod_parrot/mod_parrot.diff
Index: mod_parrot.diff
===================================================================
RCS file: /cvs/public/mod_parrot/mod_parrot.diff,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -w -r1.5 -r1.6
--- mod_parrot.diff 7 Jun 2002 23:57:04 -0000 1.5
+++ mod_parrot.diff 8 Jun 2002 00:02:15 -0000 1.6
@@ -72,27 +72,6 @@
ENCODING_O_FILES = encodings/singlebyte$(O) encodings/utf8$(O) \
encodings/utf16$(O) \
-Index: config/init/data.pl
-===================================================================
-RCS file: /cvs/public/parrot/config/init/data.pl,v
-retrieving revision 1.2
-diff -u -r1.2 data.pl
---- config/init/data.pl 24 May 2002 22:16:57 -0000 1.2
-+++ config/init/data.pl 7 Jun 2002 23:56:07 -0000
-@@ -15,11 +15,11 @@
-
- my(%c)=(
- cc => $Config{cc},
-- ccflags => $Config{ccflags},
-+ ccflags => "$Config{ccflags} -I/home/kevin/cvs/mod_parrot -I/home/kevin/httpd/include",
- ld => $Config{ld},
- ldflags => $Config{ldflags},
-
-- libs => $Config{libs},
-+ libs => "$Config{libs} -L/home/kevin/cvs/mod_parrot",
-
- cc_inc => "-I./include",
- cc_debug => '-g',
Index: include/parrot/pmc.h
===================================================================
RCS file: /cvs/public/parrot/include/parrot/pmc.h,v