freebsd-ports/www/harvest/files/patch-src::configure
Oliver Lehmann 0a46264f4c - 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>
2003-08-02 16:20:20 +00:00

11 lines
360 B
Text

--- ./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