mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 07:10:32 -04:00
Explicitly specify a perl-enc-map directory. PR: ports/37302 Submitted by: Fuyuhiko Maruyama <fuyuhik8@is.titech.ac.jp>
13 lines
569 B
Text
13 lines
569 B
Text
--- 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")
|