diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-03-07 00:28:44 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-03-07 00:28:44 +0000 |
commit | f28944154d75257c7a05e0a1e133efc6abbb35a4 (patch) | |
tree | b9249f1d1aaa36bd9d7757cf745851f1143258df /games/mindfocus/files | |
parent | f8d6d43c096b925514339931a6ecea7b023d9e55 (diff) |
Notes
Diffstat (limited to 'games/mindfocus/files')
-rw-r--r-- | games/mindfocus/files/patch-aa | 24 | ||||
-rw-r--r-- | games/mindfocus/files/patch-ab | 8 |
2 files changed, 32 insertions, 0 deletions
diff --git a/games/mindfocus/files/patch-aa b/games/mindfocus/files/patch-aa new file mode 100644 index 000000000000..07eac148fcef --- /dev/null +++ b/games/mindfocus/files/patch-aa @@ -0,0 +1,24 @@ +--- 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 + + + /* diff --git a/games/mindfocus/files/patch-ab b/games/mindfocus/files/patch-ab new file mode 100644 index 000000000000..c800ef971e2e --- /dev/null +++ b/games/mindfocus/files/patch-ab @@ -0,0 +1,8 @@ +--- Imakefile.orig Fri Nov 27 02:19:33 1998 ++++ Imakefile Thu Dec 3 06:17:15 1998 +@@ -18,3 +18,5 @@ + #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' + + MakeSubdirs($(SUBDIRS)) ++ ++depend: |