diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2009-11-14 12:33:33 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2009-11-14 12:33:33 +0000 |
| commit | cc415305a049ca523f2a8cf674009fa77c54fee6 (patch) | |
| tree | 6cf30da0266c6ffa712f243cc23f3c1b5c4a4fb8 /multimedia/vic/files/patch-warns | |
| parent | - Now fix to use this port on !i386. (diff) | |
This commit was manufactured by cvs2svn to create tag 'RELEASE_8_0_0'.release/8.0.0
Notes
Notes:
svn path=/head/; revision=244256
svn path=/tags/RELEASE_8_0_0/; revision=244257; tag=release/8.0.0
Diffstat (limited to 'multimedia/vic/files/patch-warns')
| -rw-r--r-- | multimedia/vic/files/patch-warns | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/multimedia/vic/files/patch-warns b/multimedia/vic/files/patch-warns deleted file mode 100644 index 8db7f714fc0a..000000000000 --- a/multimedia/vic/files/patch-warns +++ /dev/null @@ -1,9 +0,0 @@ ---- codec/p64/p64.cpp Thu Sep 9 08:46:10 1999 -+++ codec/p64/p64.cpp Mon Mar 26 01:44:44 2007 -@@ -1069,5 +1069,5 @@ - * with 8 bits; otherwise, prime it with a 16. - */ -- if ((int)bp & 1) { -+ if ((intptr_t)bp & 1) { - bs_ = (u_short*)(bp + 1); - bb_ = *bp; |
