aboutsummaryrefslogtreecommitdiffstats
path: root/mail/cucipop
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1999-03-28 21:14:11 +0800
committerache <ache@FreeBSD.org>1999-03-28 21:14:11 +0800
commit7e9862e8ecfbd643e733e82ec8bb9864d998b684 (patch)
tree37d6054f29927f4c852624ed95404b4b69a8eb0a /mail/cucipop
parent5708ed2772515cd5a05f5062b5f5e9280285eede (diff)
downloadfreebsd-ports-gnome-7e9862e8ecfbd643e733e82ec8bb9864d998b684.tar.gz
freebsd-ports-gnome-7e9862e8ecfbd643e733e82ec8bb9864d998b684.tar.zst
freebsd-ports-gnome-7e9862e8ecfbd643e733e82ec8bb9864d998b684.zip
use system md5.h with system -lmd
Diffstat (limited to 'mail/cucipop')
-rw-r--r--mail/cucipop/files/patch-ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/cucipop/files/patch-ac b/mail/cucipop/files/patch-ac
new file mode 100644
index 000000000000..1acb21e30ae7
--- /dev/null
+++ b/mail/cucipop/files/patch-ac
@@ -0,0 +1,11 @@
+--- cucipop.c.bak Wed May 13 20:57:39 1998
++++ cucipop.c Sun Mar 28 17:08:28 1999
+@@ -45,7 +45,7 @@
+ #include "hsort.h"
+
+ #ifdef APOP
+-#include "md5/md5.h"
++#include <md5.h>
+ #endif
+
+ #define MD5_DIGLEN 16