opnsense-ports/security/starttls/files/patch-configure
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

13 lines
375 B
Text

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