diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-14 13:07:04 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-14 13:07:04 +0000 |
commit | 84a51750db441ff5ed4ba9e3b75a54765ca8b983 (patch) | |
tree | 8b9fc5ae8e05958ea49a9a64e90fac78397bc7ee /devel/veepee/files/patch-ab | |
parent | Do not start service automatically: install webmin.sh-dist in rc.d (diff) |
Make devel/veepee building again.
Noticed on: bento
Notes
Notes:
svn path=/head/; revision=70115
Diffstat (limited to '')
-rw-r--r-- | devel/veepee/files/patch-ab | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/devel/veepee/files/patch-ab b/devel/veepee/files/patch-ab index 238662104f5a..43cdf45a3a18 100644 --- a/devel/veepee/files/patch-ab +++ b/devel/veepee/files/patch-ab @@ -1,5 +1,14 @@ ---- configure.orig Sat Oct 21 18:09:50 2000 -+++ configure Sat Oct 21 18:11:01 2000 +--- configure.orig Fri Nov 15 00:03:54 2002 ++++ configure Fri Nov 15 00:04:22 2002 +@@ -2764,7 +2764,7 @@ + then + if test -f $vp_pyconfigdir/Makefile + then +- with_extra_libs=`grep '^LIBS.*=' $vp_pyconfigdir/Makefile | sed 's/.*=//'` ++ with_extra_libs=`grep '^LIBS*=' $vp_pyconfigdir/Makefile | sed 's/.*=//'` + fi + fi + @@ -2777,7 +2777,7 @@ VP_GDLDFLAGS="-L$vp_gd_libdir" VP_PYMODDIR=$vp_python_moddir |