diff options
author | vanilla <vanilla@FreeBSD.org> | 2000-12-15 11:09:21 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2000-12-15 11:09:21 +0800 |
commit | ba6679efa0b89d2268ba7fe520efa78f4097eca6 (patch) | |
tree | 875a0e698d8824abd7fe2b1c1fd52b90e6188002 /mail | |
parent | 1030c5d653eea9df48391ec8a0f448eaea7d440b (diff) | |
download | freebsd-ports-graphics-ba6679efa0b89d2268ba7fe520efa78f4097eca6.tar.gz freebsd-ports-graphics-ba6679efa0b89d2268ba7fe520efa78f4097eca6.tar.zst freebsd-ports-graphics-ba6679efa0b89d2268ba7fe520efa78f4097eca6.zip |
Add a patch for configure. (it's my fault).
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 00000000000..c1dbbffa3f3 --- /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 |