Commits

Ken Cunningham authored d819b9b86d3
basiliskii*, sheepshaver: force internal headers first

fixes build with name collision with debug.h that is installed by arpack
No tags

emulators/basiliskii/Portfile

Modified
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 \

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut