diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-12-15 03:09:21 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-12-15 03:09:21 +0000 |
commit | a7368d5710f254dd37d776742e1b7c8913acdc40 (patch) | |
tree | 0549dca89dcb0d6c9d66f587c0e3f5f13b19f1cc /mail | |
parent | 6e8fdfd480c0867687212f19b8d8ef29c487c2b5 (diff) | |
download | ports-a7368d5710f254dd37d776742e1b7c8913acdc40.tar.gz ports-a7368d5710f254dd37d776742e1b7c8913acdc40.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/solidpop3d/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/solidpop3d/files/patch-configure b/mail/solidpop3d/files/patch-configure new file mode 100644 index 000000000000..c1dbbffa3f35 --- /dev/null +++ b/mail/solidpop3d/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Fri Dec 15 10:21:19 2000 ++++ configure Fri Dec 15 10:21:28 2000 +@@ -2914,7 +2914,7 @@ + #define HAVE_PAM 1 + EOF + +- SPOPLIBS="$SPOPLIBS -lpam -ldl" ++ SPOPLIBS="$SPOPLIBS -lpam" + echo "$ac_t""yes" 1>&6 + else + echo "$ac_t""no" 1>&6 |