aboutsummaryrefslogtreecommitdiff
path: root/graphics/graphviz/files
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2009-03-15 13:20:55 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2009-03-15 13:20:55 +0000
commita36928e800280cfcaab7d0047d76d5e2e666b4fe (patch)
tree8cf270aa9717b492997f4324d3280fbc185e28bc /graphics/graphviz/files
parent1ff8fa8a6ad287bce3d664ac4a20463e9abd1189 (diff)
downloadports-a36928e800280cfcaab7d0047d76d5e2e666b4fe.tar.gz
ports-a36928e800280cfcaab7d0047d76d5e2e666b4fe.zip
Notes
Diffstat (limited to 'graphics/graphviz/files')
-rw-r--r--graphics/graphviz/files/patch-config_perl.pl9
-rw-r--r--graphics/graphviz/files/patch-configure11
2 files changed, 9 insertions, 11 deletions
diff --git a/graphics/graphviz/files/patch-config_perl.pl b/graphics/graphviz/files/patch-config_perl.pl
new file mode 100644
index 000000000000..bbbf65452e03
--- /dev/null
+++ b/graphics/graphviz/files/patch-config_perl.pl
@@ -0,0 +1,9 @@
+--- config/config_perl.pl.orig 2008-07-14 14:54:04.000000000 +0200
++++ config/config_perl.pl 2009-03-15 11:08:29.000000000 +0100
+@@ -11,5 +11,5 @@
+ print "-I$archlib/CORE";
+ }
+ if ($ARGV[0] eq "PERL_INSTALL_DIR") {
+- print "$Config{vendorarch}"
++ print "$Config{sitearch}"
+ }
diff --git a/graphics/graphviz/files/patch-configure b/graphics/graphviz/files/patch-configure
index a8d4adca0061..7b1d02b10fdf 100644
--- a/graphics/graphviz/files/patch-configure
+++ b/graphics/graphviz/files/patch-configure
@@ -21,14 +21,3 @@
if test -n "$lua_inc"; then
CFLAGS="$CFLAGS -I$lua_inc"
-@@ -27376,8 +27381,8 @@
- if test "x$use_swig" != "xYes"; then
- use_php="No (swig not available)"
- else
-- if test `$SWIG -help 2>&1 | $GREP -c '\-php5 *- Generate'` = 0; then
-- use_php="No (swig does not support -php5 option)"
-+ if test `$SWIG -help 2>&1 | $GREP -c '\-php *- Generate'` = 0; then
-+ use_php="No (swig does not support -php option)"
- else
- # Extract the first word of "php", so it can be a program name with args.
- set dummy php; ac_word=$2