diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2004-03-29 06:43:40 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2004-03-29 06:43:40 +0800 |
commit | 9d3bedd3da3a6e2ec3b834d1d97071e98b5b4a78 (patch) | |
tree | d03919e04024f792358ae8fe04f0f92febe13d75 /security/starttls | |
parent | 62ce3d9c23db06a40c9bfcaff32f40e790978f7e (diff) | |
download | freebsd-ports-graphics-9d3bedd3da3a6e2ec3b834d1d97071e98b5b4a78.tar.gz freebsd-ports-graphics-9d3bedd3da3a6e2ec3b834d1d97071e98b5b4a78.tar.zst freebsd-ports-graphics-9d3bedd3da3a6e2ec3b834d1d97071e98b5b4a78.zip |
Unbreak on 4.x.
Submitted by: ume
Diffstat (limited to 'security/starttls')
-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 00000000000..16db23664e9 --- /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 + + |