pkgsrc/audio/mpegaudio/patches/patch-ab
wiz 12ce2c8826 Initial import of mpegaudio, based on a package by Veego, which seems based
on the FreeBSD port:

mpegaudio is an MPEG/audio Layer 1 and Layer 2 software package.
2002-05-12 00:54:02 +00:00

13 lines
493 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2002/05/12 00:54:04 wiz Exp $
--- common.h.orig Wed Jan 5 02:42:00 1994
+++ common.h
@@ -73,7 +73,7 @@
#endif
#ifdef UNIX
-#define TABLES_PATH "tables" /* to find data files */
+#define TABLES_PATH PREFIX "/lib/mpegaudio/tables" /* to find data files */
/* name of environment variable holding path of table files */
#define MPEGTABENV "MPEGTABLES"
#define PATH_SEPARATOR "/" /* how to build paths */