pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/libspiff Make it build on DragonFly.
details: https://anonhg.NetBSD.org/pkgsrc/rev/4624e456cea4
branches: trunk
changeset: 555895:4624e456cea4
user: hasso <hasso%pkgsrc.org@localhost>
date: Wed Mar 11 14:31:20 2009 +0000
description:
Make it build on DragonFly.
diffstat:
audio/libspiff/distinfo | 3 ++-
audio/libspiff/patches/patch-aa | 14 ++++++++++++++
2 files changed, 16 insertions(+), 1 deletions(-)
diffs (29 lines):
diff -r 7306b9f8f2e1 -r 4624e456cea4 audio/libspiff/distinfo
--- a/audio/libspiff/distinfo Wed Mar 11 14:21:44 2009 +0000
+++ b/audio/libspiff/distinfo Wed Mar 11 14:31:20 2009 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2008/10/31 22:36:28 bjs Exp $
+$NetBSD: distinfo,v 1.4 2009/03/11 14:31:20 hasso Exp $
SHA1 (libspiff-1.0.0.tar.bz2) = 4e69677fb16a35ee4158bedb9965345e1f530a28
RMD160 (libspiff-1.0.0.tar.bz2) = 89fee7e0c8a8de59452494251a2121a858824c85
Size (libspiff-1.0.0.tar.bz2) = 385061 bytes
+SHA1 (patch-aa) = 16f441fd7662395244feae0bebf03497c1bba0ed
diff -r 7306b9f8f2e1 -r 4624e456cea4 audio/libspiff/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libspiff/patches/patch-aa Wed Mar 11 14:31:20 2009 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.1 2009/03/11 14:31:20 hasso Exp $
+
+--- examples/read/read.cpp.orig 2009-03-11 15:29:44 +0200
++++ examples/read/read.cpp 2009-03-11 15:35:35 +0200
+@@ -56,6 +56,9 @@
+ # define PORT_GETCWD _getcwd
+ # endif
+ #else
++extern "C" {
++#include <unistd.h>
++}
+ # define PORT_PATH_MAX PATH_MAX
+ # define DIR_SEPERATOR '/'
+ # define uriFilenameToUriString uriUnixFilenameToUriStringA
Home |
Main Index |
Thread Index |
Old Index