summaryrefslogtreecommitdiff
path: root/textproc/ruby-xmlparser/files
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-04-27 13:18:07 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-04-27 13:18:07 +0000
commitf6c29a10925556f207432973723811baa2096782 (patch)
tree9a151514dd336f85ac08f3e72321697512a63763 /textproc/ruby-xmlparser/files
parentUse correct -soname for qtgl shared library, so that libqtgl actually works. (diff)
Update to 0.6.2.
Explicitly specify a perl-enc-map directory. PR: ports/37302 Submitted by: Fuyuhiko Maruyama <fuyuhik8@is.titech.ac.jp>
Notes
Notes: svn path=/head/; revision=58225
Diffstat (limited to 'textproc/ruby-xmlparser/files')
-rw-r--r--textproc/ruby-xmlparser/files/patch-aa12
1 files changed, 6 insertions, 6 deletions
diff --git a/textproc/ruby-xmlparser/files/patch-aa b/textproc/ruby-xmlparser/files/patch-aa
index 8ce291d1c44b..e5211bf30f63 100644
--- a/textproc/ruby-xmlparser/files/patch-aa
+++ b/textproc/ruby-xmlparser/files/patch-aa
@@ -1,13 +1,13 @@
---- extconf.rb.orig Sun Oct 15 15:22:39 2000
-+++ extconf.rb Mon Oct 16 05:40:33 2000
-@@ -22,8 +22,8 @@
+--- 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"
+-$LDFLAGS = "-L#{cwd}/expat/xmlparse -Wl,-rpath,/usr/local/lib"
+#$CFLAGS = "-I#{cwd}/expat/xmlparse -I#{cwd}/expat/xmltok"
-+#$LDFLAGS = "-L#{cwd}/expat/xmlparse"
++#$LDFLAGS = "-L#{cwd}/expat/xmlparse -Wl,-rpath,/usr/local/lib"
+ #$LDFLAGS = "-L#{cwd}/expat/xmlparse"
dir_config("xmltok")
dir_config("xmlparse")
- if xml_enc_path