From 95b3a1e7a99fee3456a1cc3f3c6e1175c4dc042e Mon Sep 17 00:00:00 2001 From: Nick Sayer Date: Mon, 17 Dec 2001 19:05:17 +0000 Subject: After much delay, I am finally able to test pam_smb again, which means we can update to the latest version. Hooray! PR: ports/26913 Submitted by: dwcjr --- security/pam_smb/files/patch-ab | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 security/pam_smb/files/patch-ab (limited to 'security/pam_smb/files/patch-ab') diff --git a/security/pam_smb/files/patch-ab b/security/pam_smb/files/patch-ab deleted file mode 100644 index 061642f99a7e..000000000000 --- a/security/pam_smb/files/patch-ab +++ /dev/null @@ -1,17 +0,0 @@ ---- configure.in.orig Wed Jun 20 05:49:59 2001 -+++ configure.in Wed Jun 20 05:51:27 2001 -@@ -138,6 +138,14 @@ - LD_FLAGS="" - LD_SEARCH_FLAGS='-R ${LIB_RUNTIME_DIR}' - ;; -+ FreeBSD*) -+ SHLIB_CFLAGS="-fPIC -DPIC" -+ SHLIB_LD="gcc -shared" -+ SHLIB_LD_LIBS="-lpam" -+ SHLIB_SUFFIX=".so" -+ LD_FLAGS="" -+ LD_SEARCH_FLAGS="" -+ ;; - esac - - if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then -- cgit v1.2.3