1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/games/mindfocus/files/patch-aa
Seiichirou Hiraoka f28944154d PR: ports/10431
Submitted by:	ixtl@utmc.or.jp
Lovely characters stay on top of active window.
1999-03-07 00:28:44 +00:00

25 lines
642 B
Plaintext

--- configure.h.orig Fri Dec 18 21:55:05 1998
+++ configure.h Thu Feb 25 10:31:24 1999
@@ -11,10 +11,10 @@
*/
/* インストールディレクトリ */
-#define INSTALLDIR ${HOME}/bin
+#define INSTALLDIR ${PREFIX}/bin
/* デフォルトデータをインストールする場所 */
-#define DATADIR ${HOME}/share/mindfocus
+#define DATADIR ${PREFIX}/share/examples/mindfocus
/* 個人環境保存ファイル(設定ファイル)の名前 */
#define DOTFILENAME ".mindfocus"
@@ -32,7 +32,7 @@
/* XPMフォーマットに対応させるときは定義する。今のところ事実上必須。 */
#define XPM
-#define XPMLIBRARY -L/usr/local/X11R6/lib -lXpm
+#define XPMLIBRARY -L${PREFIX}/lib -lXpm
/*