From c28fcd029574092dee75bf6d80ceb7004a853f93 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Thu, 3 Jul 2025 08:34:04 -0700 Subject: 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 --- comms/gnokii/files/patch-configure | 9 --------- 1 file changed, 9 deletions(-) (limited to 'comms/gnokii/files/patch-configure') 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 -- cgit v1.2.3