summaryrefslogtreecommitdiff
path: root/textproc/ruby-xmlparser/files
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-10-05 10:24:10 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-10-05 10:24:10 +0000
commit252584d7bc708d22d346ec551bd9b3edab487af0 (patch)
tree318589744a08101cf6ee764e83319fbd593cfb5f /textproc/ruby-xmlparser/files
parentUpdate Ruby/DBI and DBD modules to 0.0.17. (diff)
Update to 0.6.5.
Notes
Notes: svn path=/head/; revision=67304
Diffstat (limited to 'textproc/ruby-xmlparser/files')
-rw-r--r--textproc/ruby-xmlparser/files/patch-aa13
1 files changed, 0 insertions, 13 deletions
diff --git a/textproc/ruby-xmlparser/files/patch-aa b/textproc/ruby-xmlparser/files/patch-aa
deleted file mode 100644
index e5211bf30f63..000000000000
--- a/textproc/ruby-xmlparser/files/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
---- extconf.rb.orig Wed Jun 20 12:35:18 2001
-+++ extconf.rb Sat Apr 27 22:11:57 2002
-@@ -23,8 +23,8 @@
- ##$CFLAGS="-I#{cwd}/expat/xmlparse -I#{cwd}/expat/xmltok" +
- ## ' -DXML_ENC_PATH=getenv\(\"XML_ENC_PATH\"\)' +
- ## " -DNEW_EXPAT"
--$CFLAGS = "-I#{cwd}/expat/xmlparse -I#{cwd}/expat/xmltok"
--$LDFLAGS = "-L#{cwd}/expat/xmlparse -Wl,-rpath,/usr/local/lib"
-+#$CFLAGS = "-I#{cwd}/expat/xmlparse -I#{cwd}/expat/xmltok"
-+#$LDFLAGS = "-L#{cwd}/expat/xmlparse -Wl,-rpath,/usr/local/lib"
- #$LDFLAGS = "-L#{cwd}/expat/xmlparse"
- dir_config("xmltok")
- dir_config("xmlparse")