pkgsrc/audio/trm/patches/patch-ab
chris 152a1e272c Make trm compile again (probably broke when the c++ compiler changed)
Change the install permissions to be 755, not 655.

Rather than patching configure and Makefile, use automake & autoconf to
rebuild them.

Bump pkg revision to 4.
2007-07-01 11:59:01 +00:00

13 lines
386 B
Text

$NetBSD: patch-ab,v 1.1 2007/07/01 11:59:01 chris Exp $
--- ./defs.h.orig 2007-07-01 12:12:18.000000000 +0100
+++ ./defs.h
@@ -16,7 +16,7 @@ struct Metadata
string fileName;
unsigned long duration;
- Metadata::Metadata(void) { trackNum = 0; };
+ Metadata(void) { trackNum = 0; };
Metadata &operator=(const Metadata &other)
{
artist = other.artist;