summaryrefslogtreecommitdiff
path: root/audio/faac/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'audio/faac/patches/patch-aa')
-rw-r--r--audio/faac/patches/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/faac/patches/patch-aa b/audio/faac/patches/patch-aa
index 5eb93802842..679058e2c4f 100644
--- a/audio/faac/patches/patch-aa
+++ b/audio/faac/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/05/16 01:51:21 xtraeme Exp $
+$NetBSD: patch-aa,v 1.2 2004/12/28 23:02:10 minskim Exp $
--- frontend/main.c.orig 2004-05-16 03:43:03.000000000 +0200
+++ frontend/main.c 2004-05-16 03:44:22.000000000 +0200
@@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2004/05/16 01:51:21 xtraeme Exp $
#endif
-#if defined(__unix__) || defined(__APPLE__)
-+#if defined(BSD) || defined(__APPLE__)
++#if defined(__unix__) || defined(BSD) || defined(__APPLE__)
+#ifdef __NetBSD__
+#include <time.h>
+#else