aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/ed2k
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2006-10-08 03:51:31 +0800
committerdinoex <dinoex@FreeBSD.org>2006-10-08 03:51:31 +0800
commit052a89a833a7ee578f0080a38621d11121614e2f (patch)
tree9c666c14a37698835595be708c5583e3f82e7b91 /net-p2p/ed2k
parenta727885cf3e63d59824b50b90781da002c9b4b15 (diff)
downloadfreebsd-ports-gnome-052a89a833a7ee578f0080a38621d11121614e2f.tar.gz
freebsd-ports-gnome-052a89a833a7ee578f0080a38621d11121614e2f.tar.zst
freebsd-ports-gnome-052a89a833a7ee578f0080a38621d11121614e2f.zip
- fix build with gcc41
Diffstat (limited to 'net-p2p/ed2k')
-rw-r--r--net-p2p/ed2k/files/patch-ed2k.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/ed2k/files/patch-ed2k.c b/net-p2p/ed2k/files/patch-ed2k.c
index 3c6191f5b925..ce2a6d085069 100644
--- a/net-p2p/ed2k/files/patch-ed2k.c
+++ b/net-p2p/ed2k/files/patch-ed2k.c
@@ -54,7 +54,7 @@
int dsize = sizeof(md4_t);
while (dsize--) {
- unsigned char d = *((unsigned char *)digest)++;
-+ unsigned char d = (*((unsigned char *)digest))++;
++ unsigned char d = *(((unsigned char *)digest)++);
*(str++) = hdigit(d >> 4 );
*(str++) = hdigit(d & 0xf);
}
td>Fix build on 7.x when RC5 support is enabled.tmclaugh2008-07-081-0/+40 * - Fix: Have the racoon startup script [optionally] create its required dirs.beech2008-07-021-0/+5 * Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-041-4/+0 * Update to 0.7arved2007-09-036-60/+6 * - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-041-1/+1 * - Revert changes to patch-configure. It was slipped in when committingrafan2007-07-031-19/+6 * - Fix build with gcc 4.xrafan2007-07-035-11/+65 * - Version 0.6.7 of ipsec-tools is out, which fixes an easy to exploitclsung2007-04-073-14/+5 * Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-011-0/+1 * - An option to force NATT functionalitysat2006-12-041-3/+7 * - There should be only one site in the WWW line and kame is obsolete anywaysat2006-08-161-1/+1 * - Add patch for people having trouble compiling OpenSSL bitspav2006-06-201-0/+10 * - Update to 0.6.6pav2006-06-172-6/+5 * Makefile:garga2006-05-045-20/+221 * Conversion to a single libtool environment.ade2006-02-232-3/+5 * Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-211-1/+1 * - Update to 0.6.5barner2006-02-063-16/+4 * Change facility from daemon to security, because daemon.info goes tovd2006-01-242-1/+13 * Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2 * ports/security/ipsec-tools enables itself at startupedwin2006-01-052-1/+2 * Update to 0.6.4mnag2005-12-143-7/+19 * - Change the location of racoon configuration files to /usr/local/etc/racoon,lawrance2005-12-023-12/+4 * - Update to 0.6.3. It fixes some crashes,sem2005-11-222-3/+4 * Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1 * Update to 0.6.2ehaupt2005-10-272-5/+4 * Update to 0.6.1vsevolod2005-09-153-4/+3