diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-03-28 22:43:40 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-03-28 22:43:40 +0000 |
commit | 168bf14b5adbf26999b9dd3ff49d4204db452428 (patch) | |
tree | 25c98944d6696af65c7d3f36820479fa58fbe9b2 /security/starttls/files | |
parent | Fix a stupid bug introduced by the last update, which destroyed (diff) |
Unbreak on 4.x.
Submitted by: ume
Notes
Notes:
svn path=/head/; revision=105567
Diffstat (limited to 'security/starttls/files')
-rw-r--r-- | security/starttls/files/patch-configure | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/starttls/files/patch-configure b/security/starttls/files/patch-configure new file mode 100644 index 000000000000..16db23664e99 --- /dev/null +++ b/security/starttls/files/patch-configure @@ -0,0 +1,13 @@ +Index: configure +diff -u configure.orig configure +--- configure.orig Mon Mar 22 08:40:58 2004 ++++ configure Sat Mar 27 13:15:10 2004 +@@ -3334,7 +3334,7 @@ + if test $ac_cv_func_getopt_long = yes; then + : + else +- LIBOBJS="$LIBOBJS getopt.$ac_objext"LIBOBJS="$LIBOBJS getopt1.$ac_objext" ++ LIBOBJS="$LIBOBJS getopt.$ac_objext"; LIBOBJS="$LIBOBJS getopt1.$ac_objext" + fi + + |