summaryrefslogtreecommitdiff
path: root/audio/mp3check/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mp3check/patches/patch-ac')
-rw-r--r--audio/mp3check/patches/patch-ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/mp3check/patches/patch-ac b/audio/mp3check/patches/patch-ac
deleted file mode 100644
index ed109df4656..00000000000
--- a/audio/mp3check/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2003/02/16 23:08:25 abs Exp $
-
---- texception.h.orig Tue Dec 3 22:00:57 2002
-+++ texception.h
-@@ -57,7 +57,7 @@ class TException {
- va_end(ap);
- }
- #endif
--#if !(defined __USE_SVID || defined __USE_BSD || defined __USE_XOPEN_EXTENDED)
-+#ifndef HAVE_STRDUP
- static char *strdup(const char *str) { char *buf; vasprintf(&buf, "%s", str); return buf; }
- #endif
- };