diff options
Diffstat (limited to 'audio/mpegaudio/files/patch-ab')
| -rw-r--r-- | audio/mpegaudio/files/patch-ab | 31 |
1 files changed, 12 insertions, 19 deletions
diff --git a/audio/mpegaudio/files/patch-ab b/audio/mpegaudio/files/patch-ab index 264c6329ac39..cf2993d0813a 100644 --- a/audio/mpegaudio/files/patch-ab +++ b/audio/mpegaudio/files/patch-ab @@ -1,19 +1,12 @@ -*** common.h.orig Mon Jul 1 23:00:51 1996 ---- common.h Mon Jul 1 23:04:47 1996 -*************** -*** 73,79 **** - #endif - - #ifdef UNIX -! #define TABLES_PATH "tables" /* to find data files */ - /* name of environment variable holding path of table files */ - #define MPEGTABENV "MPEGTABLES" - #define PATH_SEPARATOR "/" /* how to build paths */ ---- 73,79 ---- - #endif - - #ifdef UNIX -! #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 */ +--- 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 */ |
