diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-08-02 16:20:20 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-08-02 16:20:20 +0000 |
commit | 0a46264f4c625e375c726871af8c4195be1c2fb7 (patch) | |
tree | 9c77deae5bf2077488f87ba368bdef9ea3991f0b /www/harvest/files/patch-src::configure | |
parent | Fix build on 4-STABLE disabiling sanity check. (diff) |
- Update harvest to 1.9.10
- Fix build: use starg instead of vararg
- hand over maintainership
PR: ports/55162
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Notes
Notes:
svn path=/head/; revision=86194
Diffstat (limited to 'www/harvest/files/patch-src::configure')
-rw-r--r-- | www/harvest/files/patch-src::configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/harvest/files/patch-src::configure b/www/harvest/files/patch-src::configure new file mode 100644 index 000000000000..57494d959a81 --- /dev/null +++ b/www/harvest/files/patch-src::configure @@ -0,0 +1,11 @@ +--- ./src/configure.orig Fri Aug 1 13:24:59 2003 ++++ ./src/configure Fri Aug 1 13:24:59 2003 +@@ -7299,7 +7299,7 @@ + ac_prev=prefix ;; + -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) + ;; +- *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;; ++ *) ac_sub_configure_args="$ac_arg" ;; + esac + done + |