summaryrefslogtreecommitdiff
path: root/audio/faac/patches
diff options
context:
space:
mode:
authorminskim <minskim>2004-12-28 23:02:10 +0000
committerminskim <minskim>2004-12-28 23:02:10 +0000
commitf64905e2e63642678554a7a5c1b676bb2e69ad47 (patch)
tree7b625160804d7a2fbb49b2dddcee72d493f6c61a /audio/faac/patches
parent8fe6263cd221e5eee7fb688bb863786949f28f6d (diff)
downloadpkgsrc-f64905e2e63642678554a7a5c1b676bb2e69ad47.tar.gz
Include sys/resource.h to use "struct rusage" on Linux.
Diffstat (limited to 'audio/faac/patches')
-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