summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-10-10 22:17:32 +0000
committerrillig <rillig@pkgsrc.org>2007-10-10 22:17:32 +0000
commit64c591fab3ecc7477f399fdee364a76d1116f27d (patch)
treefe2f011509eb3dfbd49121dccc4d0074f186650c
parent4aa9ca05a0911418c250f915f0e3076f597798a0 (diff)
downloadpkgsrc-64c591fab3ecc7477f399fdee364a76d1116f27d.tar.gz
Fixed extra qualification.
-rw-r--r--graphics/f4l/distinfo3
-rw-r--r--graphics/f4l/patches/patch-ab13
2 files changed, 15 insertions, 1 deletions
diff --git a/graphics/f4l/distinfo b/graphics/f4l/distinfo
index f5a32ee1892..ebbff92c966 100644
--- a/graphics/f4l/distinfo
+++ b/graphics/f4l/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2006/04/19 12:46:21 adam Exp $
+$NetBSD: distinfo,v 1.3 2007/10/10 22:17:32 rillig Exp $
SHA1 (f4l-0.2.1.tar.bz2) = cae8077e5c6a87a406c78b615fdb69e78a30d330
RMD160 (f4l-0.2.1.tar.bz2) = 318a6c222466637b6f8d7fe955caacb0d1ee35f5
Size (f4l-0.2.1.tar.bz2) = 1502767 bytes
SHA1 (patch-aa) = da7d819893dbbb48ffdb45f14fc72573a59c99bb
+SHA1 (patch-ab) = 443ac912b4563cd36d30542d502f4c4a63e68c40
diff --git a/graphics/f4l/patches/patch-ab b/graphics/f4l/patches/patch-ab
new file mode 100644
index 00000000000..46b3258e72b
--- /dev/null
+++ b/graphics/f4l/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2007/10/10 22:17:32 rillig Exp $
+
+--- src/flagStonePort/transform-cxx-bsd/transform/FSDefineSound.h.orig 2005-07-03 21:26:32.000000000 +0200
++++ src/flagStonePort/transform-cxx-bsd/transform/FSDefineSound.h 2007-10-11 00:11:10.000000000 +0200
+@@ -137,7 +137,7 @@ public:
+ @param bytes the sound data.
+ @param length the number of bytes in the sound data.
+ */
+- FSDefineSound::FSDefineSound(int anIdentifier, int encoding, int rate, int channels, int sampleSize, int count, byte* bytes, size_t length);
++ FSDefineSound(int anIdentifier, int encoding, int rate, int channels, int sampleSize, int count, byte* bytes, size_t length);
+
+ FSDefineSound(const FSDefineSound& rhs);
+