summaryrefslogtreecommitdiff
path: root/multimedia/vls/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/vls/patches/patch-ac')
-rw-r--r--multimedia/vls/patches/patch-ac14
1 files changed, 0 insertions, 14 deletions
diff --git a/multimedia/vls/patches/patch-ac b/multimedia/vls/patches/patch-ac
deleted file mode 100644
index 759d711a8fd..00000000000
--- a/multimedia/vls/patches/patch-ac
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2005/04/29 18:45:00 kristerw Exp $
-
---- src/core/core.h.orig Fri Apr 29 20:25:38 2005
-+++ src/core/core.h Fri Apr 29 20:26:17 2005
-@@ -51,7 +51,9 @@
-
- #ifdef PTHREAD_COND_T_IN_PTHREAD_H
- #include <pthread.h> // For... thread.h
-+# ifdef USE_SEM_T
- #include <semaphore.h> // For thread.h
-+# endif
- #endif
-
- #ifdef HAVE_DLFCN_H