- --
Viewing Issue Advanced Details
[ Jump to Notes ]
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
03792 | Compiling | Minor | Always | Mar 22, 2010, 08:48 | Mar 24, 2010, 04:04 |
Tester | Christian MArillat | View Status | Public | Platform | SDLMAME |
Assigned To | Resolution | Fixed | OS | Other | |
Status [?] | Resolved | Driver | |||
Version | 0.137 | Fixed in Version | 0.137u1 | Build | Other |
Fixed in Git Commit | Github Pull Request # | ||||
Summary | 03792: Support for kFreeBSD | ||||
Description | Support for kFreeBSD is missing. I did a patch bellow to fix this problem. | ||||
Steps To Reproduce | |||||
Additional Information |
--- 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 |
||||
Github Commit | |||||
Flags | |||||
Regression Version | |||||
Affected Sets / Systems | |||||
Attached Files
|
|||||
Relationships
There are no relationship linked to this issue. |
Notes
0
There are no notes attached to this issue. |