pkgsrc/audio/id3/patches/patch-ab
sketch b1e1a6a32d Do not attempt to include the non-standard getopt.h, unistd.h should
be sufficient.

Remove an unnecessary install argument to allow this package to install
unprivileged.
2003-12-23 18:11:19 +00:00

12 lines
299 B
Text

$NetBSD: patch-ab,v 1.1 2003/12/23 18:11:19 sketch Exp $
--- id3.c.orig 2003-12-23 12:32:28.874414092 +0000
+++ id3.c 2003-12-23 12:32:49.648359969 +0000
@@ -34,7 +34,6 @@
#include <stdio.h>
#include <stdlib.h>
-#include <getopt.h>
#include <errno.h>
#include <unistd.h>
#include <string.h>