ports/security/opensc/files/patch-configure.ac
2022-11-30 09:22:57 +01:00

13 lines
318 B
Text

--- configure.ac.orig 2022-11-30 08:14:31 UTC
+++ configure.ac
@@ -554,10 +554,6 @@ case "${host}" in
have_notify="no"
have_gio2="no" ])
LIBS="$saved_LIBS"
- if test "${have_gio2}" = "yes"; then
- # we do not need lglib-2.0
- GIO2_LIBS="-lgio-2.0 -lgobject-2.0"
- fi
;;
esac