| カテゴリ | 重要度 | ステータス | 解決状況 | 登録日時 | 最終更新 |
|---|---|---|---|---|---|
コンパイル | 低 | 解決済み | 修正済み | 2010-03-22 17:48 | 2010-03-24 13:04 |
| テスター | Christian MArillat | 担当者 |   | ソース |   |
| バージョン | 0.137 | 発生バージョン |   | 修正バージョン | 0.137u1 |
| フラグ | |||||
| セット | |||||
| セット詳細 | |||||
| 概 要 | kFreeBSDのサポート。 | ||||
| 詳 細 | Support for kFreeBSD is missing. I did a patch bellow to fix this problem. | ||||
| 再現手順 | |||||
| 追加情報 | --- mame-0.137.orig/makefile +++ mame-0.137/makefile @@ -83,6 +83,9 @@ ifeq ($(firstword $(filter FreeBSD,$(UNAME))),FreeBSD) TARGETOS = freebsd endif +ifeq ($(firstword $(filter GNU/kFreeBSD,$(UNAME))),GNU/kFreeBSD) +TARGETOS = freebsd +endif ifeq ($(firstword $(filter OpenBSD,$(UNAME))),OpenBSD) TARGETOS = openbsd endif | ||||
| 添付ファイル | |||||