diff options
author | CHOI Junho <cjh@FreeBSD.org> | 2006-02-16 07:57:56 +0000 |
---|---|---|
committer | CHOI Junho <cjh@FreeBSD.org> | 2006-02-16 07:57:56 +0000 |
commit | 8217045be7913fa6d50428d4bf06c0f4e4bd0656 (patch) | |
tree | d6a2782745884f79fb0f4ba4c25e870b70993e03 /misc/linm/files/patch-configure | |
parent | - Update mail/getmail to 4.5.4, which includes a new configuration parameter (diff) |
Update to 0.7.7.1
Notes
Notes:
svn path=/head/; revision=156144
Diffstat (limited to 'misc/linm/files/patch-configure')
-rw-r--r-- | misc/linm/files/patch-configure | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/misc/linm/files/patch-configure b/misc/linm/files/patch-configure new file mode 100644 index 000000000000..8b55f812c518 --- /dev/null +++ b/misc/linm/files/patch-configure @@ -0,0 +1,28 @@ +--- configure.orig Thu Feb 16 15:55:08 2006 ++++ configure Thu Feb 16 15:56:04 2006 +@@ -29097,9 +29097,9 @@ + fi + + +-# Check whether --enable-configpath or --disable-configpath was given. +-if test "${enable_configpath+set}" = set; then +- enableval="$enable_configpath" ++# Check whether --enable-cfgpath or --disable-cfgpath was given. ++if test "${enable_cfgpath+set}" = set; then ++ enableval="$enable_cfgpath" + enable_cfgpath=${enableval} + else + enable_cfgpath=default +@@ -29125,9 +29125,9 @@ + + + +-# Check whether --enable-configpath or --disable-configpath was given. +-if test "${enable_configpath+set}" = set; then +- enableval="$enable_configpath" ++# Check whether --enable-kolocalepath or --disable-kolocalepath was given. ++if test "${enable_kolocalepath+set}" = set; then ++ enableval="$enable_kolocalepath" + enable_kolocalepath=${enableval} + else + enable_kolocalepath=default |