freebsd-ports/audio/mpegaudio/files/patch-ab
Steve Price 08350e9c6c - Fix MASTER_SITES
- Support CC properly
- Change location of data files from lib/ to share/
- gets() -> fgets()

PR:		23270
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-12-11 02:46:00 +00:00

13 lines
431 B
Plaintext

--- common.h.orig Wed Jan 5 10:42:00 1994
+++ common.h Tue Aug 22 02:49:35 2000
@@ -73,7 +73,9 @@
#endif
#ifdef UNIX
+#ifndef TABLES_PATH
#define TABLES_PATH "tables" /* to find data files */
+#endif /* TABLES_PATH */
/* name of environment variable holding path of table files */
#define MPEGTABENV "MPEGTABLES"
#define PATH_SEPARATOR "/" /* how to build paths */