summaryrefslogtreecommitdiff
path: root/audio/libvisual/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'audio/libvisual/patches/patch-ab')
-rw-r--r--audio/libvisual/patches/patch-ab20
1 files changed, 0 insertions, 20 deletions
diff --git a/audio/libvisual/patches/patch-ab b/audio/libvisual/patches/patch-ab
deleted file mode 100644
index 4b94cc251da..00000000000
--- a/audio/libvisual/patches/patch-ab
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2004/11/05 21:30:44 wiz Exp $
-
---- libvisual/lv_mem.h.orig 2004-09-06 17:10:52.000000000 +0200
-+++ libvisual/lv_mem.h
-@@ -7,11 +7,11 @@
- extern "C" {
- #endif /* __cplusplus */
-
--#if defined(__GNUC__) && !defined(VISUAL_OS_WIN32)
-+#ifndef __attribute_malloc__
-+#define __attribute_malloc__
-+#endif
-+
- void *visual_mem_malloc0 (visual_size_t nbytes) __attribute_malloc__;
--#else
--void *visual_mem_malloc0 (visual_size_t nbytes);
--#endif /* __GNUC__ */
-
- int visual_mem_free (void *ptr);
-