1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-19 03:30:32 -04:00
ports/graphics/jbig2dec/files/patch-configure
Sunpoet Po-Chuan Hsieh 5719df9a6c Remoce USES=autoreconf
It is not needed after switching to upstream release tarball (r545843).
2021-02-17 18:01:08 +00:00

23 lines
431 B
Text

--- configure.orig 2020-09-10 16:29:32 UTC
+++ configure
@@ -13599,20 +13599,6 @@ if test "x$ac_cv_func_getopt_long" = xyes; then :
$as_echo "#define HAVE_GETOPT_LONG /**/" >>confdefs.h
-else
-
- case " $LIBOBJS " in
- *" getopt.$ac_objext "* ) ;;
- *) LIBOBJS="$LIBOBJS getopt.$ac_objext"
- ;;
-esac
-
- case " $LIBOBJS " in
- *" getopt1.$ac_objext "* ) ;;
- *) LIBOBJS="$LIBOBJS getopt1.$ac_objext"
- ;;
-esac
-
fi