diff options
author | Cy Schubert <cy@FreeBSD.org> | 2025-07-03 08:34:04 -0700 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2025-07-20 06:31:27 -0700 |
commit | c28fcd029574092dee75bf6d80ceb7004a853f93 (patch) | |
tree | 92216d08776efa93b5743ddabc0c8ef522f3ac36 /comms/gnokii/files/patch-configure | |
parent | sysutils/py-ansible-core: Update to 2.18.7 (diff) |
comms/gnokii: Remove redundant reference to libroken
Referencing libroken without referencing other Kerberos libraries
is meaningless. This commit fixes this port with MIT KRB5 in base.
PR: 287597
exp-run by: antoine
Diffstat (limited to 'comms/gnokii/files/patch-configure')
-rw-r--r-- | comms/gnokii/files/patch-configure | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/comms/gnokii/files/patch-configure b/comms/gnokii/files/patch-configure index 27e7c58a7df6..2154b5a3a921 100644 --- a/comms/gnokii/files/patch-configure +++ b/comms/gnokii/files/patch-configure @@ -93,15 +93,6 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -@@ -17521,7 +17507,7 @@ fi - $as_echo "$ac_cv_lib_Xpm_XpmWriteFileFromXpmImage" >&6; } - if test "x$ac_cv_lib_Xpm_XpmWriteFileFromXpmImage" = xyes; then : - XPM_CFLAGS="$XINCL" -- XPM_LIBS="$XLIBS -lXpm -lX11" -+ XPM_LIBS="$XLIBS -lXpm -lX11 -lroken -lcrypt" - - $as_echo "#define XPM 1" >>confdefs.h - @@ -17556,7 +17542,7 @@ $as_echo "$as_me: WARNING: Disabling xgn fi fi |