diff options
Diffstat (limited to 'audio/mxv/patches/patch-ag')
-rw-r--r-- | audio/mxv/patches/patch-ag | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/audio/mxv/patches/patch-ag b/audio/mxv/patches/patch-ag deleted file mode 100644 index 4454c809a56..00000000000 --- a/audio/mxv/patches/patch-ag +++ /dev/null @@ -1,16 +0,0 @@ -*** smartmem.C.orig Thu Apr 17 15:32:03 1997 ---- smartmem.C Thu Apr 17 15:33:41 1997 -*************** -*** 64,70 **** ---- 64,74 ---- - void - SmartMemory::free(void* ptr, unsigned size) { - if(ptr) { -+ #ifdef __FreeBSD__ -+ ::free(ptr); -+ #else - ::cfree(ptr); -+ #endif - totalBytes_Allocated -= size; - } - } |