diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2002-09-12 01:37:56 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2002-09-12 01:37:56 +0000 |
commit | 55489125a02396cc8ac571372abde78075bf1ec5 (patch) | |
tree | 61d7b2bd0165f903798f762b0e27674a62befa3d /devel/cvs+ipv6/files/patch-configure | |
parent | Make sure gtk-doc support is disabled even for ports that don't support the (diff) |
Sync FreeBSD-local patch with repositry.
Submitted by: knu
Notes
Notes:
svn path=/head/; revision=66175
Diffstat (limited to 'devel/cvs+ipv6/files/patch-configure')
-rw-r--r-- | devel/cvs+ipv6/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/cvs+ipv6/files/patch-configure b/devel/cvs+ipv6/files/patch-configure new file mode 100644 index 000000000000..16bfc13ef8c6 --- /dev/null +++ b/devel/cvs+ipv6/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Sat Sep 7 14:06:14 2002 ++++ configure Sat Sep 7 14:06:43 2002 +@@ -807,7 +807,7 @@ + + # Define the identity of the package. + PACKAGE=cvs +-VERSION=1.11.2 ++VERSION=1.11.2+IPv6 + cat >> confdefs.h <<EOF + #define PACKAGE "$PACKAGE" + EOF |