diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-01-06 04:18:15 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-01-06 04:18:15 +0000 |
commit | 920d90fb6e7cd5cb0055e26bdf36e703ddefe3b6 (patch) | |
tree | 14838d99408c2b62b06fc1021e1d0de3ad88b111 /mail/icqmail/files/patch-aa | |
parent | The trick of installing icqlib.so as icqlib0.so was not fooling (diff) |
Have it correctly depend on port icqlib0.
icqlib0 holds old branch 0.x.x of icqlib required by this version
1.2 of icqmail.
Also, pkg-descr was updated with new maintainer information.
PR: ports/23157
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=36843
Diffstat (limited to 'mail/icqmail/files/patch-aa')
-rw-r--r-- | mail/icqmail/files/patch-aa | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/icqmail/files/patch-aa b/mail/icqmail/files/patch-aa new file mode 100644 index 000000000000..b9877626c50c --- /dev/null +++ b/mail/icqmail/files/patch-aa @@ -0,0 +1,10 @@ +--- src/icqmail.c.orig Fri Dec 29 17:06:21 2000 ++++ src/icqmail.c Fri Dec 29 17:06:34 2000 +@@ -46,7 +46,7 @@ + + /* Our headers */ + #include "cfg.h" +-#include "icq.h" ++#include <icq0.h> + #include "icqbyteorder.h" + #include "subst.h" |