[MacPorts] #64490: gnutls @3.6.16 +guile: does not build and install guile module gnutls
MacPorts
noreply at macports.org
Tue Jan 25 16:03:51 UTC 2022
#64490: gnutls @3.6.16 +guile: does not build and install guile module gnutls
---------------------+-------------------------
Reporter: mwette | Owner: Schamschula
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.7.1
Resolution: | Keywords:
Port: gnutls |
---------------------+-------------------------
Comment (by mwette):
Guessing this:
{{{
--- configure.ac-orig 2022-01-25 07:55:31.000000000 -0800
+++ configure.ac 2022-01-25 07:55:55.000000000 -0800
@@ -1094,7 +1094,7 @@
CFLAGS="$CFLAGS $GUILE_CFLAGS"
LIBS="$LIBS $GUILE_LDFLAGS"
AC_MSG_CHECKING([whether GNU Guile is recent enough])
- AC_LINK_IFELSE([AC_LANG_PROGRAM([], [scm_from_locale_string
("")])],
+ AC_LINK_IFELSE([AC_LANG_PROGRAM([#include <libguile.h>],
[scm_from_locale_string ("")])],
[], [opt_guile_bindings=no])
CFLAGS="$save_CFLAGS"
LIBS="$save_LIBS"
r
}}}
--
Ticket URL: <https://trac.macports.org/ticket/64490#comment:5>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list