Commits
Ken Cunningham authored d819b9b86d3
28 28 | configure.optflags -O3 |
29 29 | |
30 30 | patchfiles-append patch-001-Basilisk-makefile-in-ditto-patch.diff \ |
31 31 | patch-002-configure-ac-delete-stdlib-addition-darwin.diff \ |
32 32 | patch-003-basiliskii-fix-missing-keycodes-macosxgui-selection.diff |
33 33 | |
34 34 | depends_build port:autoconf \ |
35 35 | port:pkgconfig \ |
36 36 | port:automake |
37 37 | |
38 + | # to fix an errant header owned by arpack that also provides debug.h (not a great name, arpack!) |
39 + | # force finding our includes first |
40 + | configure.cppflags-prepend -I${worksrcpath}/../include |
41 + | |
38 42 | set basiliskii_dir /BasiliskII |
39 43 | universal_variant no |
40 44 | |
41 45 | if {${subport} eq "basiliskii"} { |
42 46 | |
43 47 | conflicts basiliskii-devel |
44 48 | description Opensource 68k Mac emulator. |
45 49 | |
46 50 | long_description \ |
47 51 | Longstanding 68K Macintosh emulator. Requires an appropriate Macintosh ROM image and a copy \ |