openbsd-ports/audio/mp3encode/patches/patch-ac
brad fd67c2a2c9 - cleanup Makefile
- add missing RMD160 and SHA1 checksums
- convert patches to unified diffs
- make this port respect CC and CFLAGS
- remove some unnecedsary comments from DESCR
2000-01-27 14:04:54 +00:00

12 lines
435 B
Plaintext

--- common.h.orig Wed Jan 22 04:43:13 1997
+++ common.h Thu Jan 27 00:46:53 2000
@@ -93,7 +93,7 @@
#endif
#ifdef UNIX
-#define TABLES_PATH "tables" /* to find data files */
+#define TABLES_PATH "ZAP" /* to find data files */
/* name of environment variable holding path of table files */
#define MPEGTABENV "MPEGTABLES"
#define PATH_SEPARATOR "/" /* how to build paths */