1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/security/starttls/files/patch-configure
Jun Kuriyama 168bf14b5a Unbreak on 4.x.
Submitted by:	ume
2004-03-28 22:43:40 +00:00

14 lines
375 B
Plaintext

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