152a1e272c
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.
13 lines
386 B
Text
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;
|