mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
93e071172d
Boulderdash-like KC85 Digger for X Window System. PR: 7149 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
17 lines
440 B
Plaintext
17 lines
440 B
Plaintext
--- configure.h Thu Jan 1 00:06:00 1998
|
|
+++ /home/andy/tmp/wrk/configure.h Sat Jun 29 23:18:58 1996
|
|
@@ -19,8 +19,13 @@
|
|
#define _CONFIGURE_H
|
|
|
|
/* Directories */
|
|
+#ifdef __FreeBSD__
|
|
+#define XDIGGER_LIB_DIR "/usr/X11R6/share/xdigger"
|
|
+#define XDIGGER_HISCORE_DIR "/usr/X11R6/share/xdigger"
|
|
+#else
|
|
#define XDIGGER_LIB_DIR "/usr/lib/X11/xdigger"
|
|
#define XDIGGER_HISCORE_DIR "/var/X11R6/scores"
|
|
+#endif
|
|
|
|
#define SOUND_DSP_AUDIO
|
|
|