Navigation Menu

Skip to content

Commit

Permalink
basiliskii*, sheepshaver: force internal headers first
Browse files Browse the repository at this point in the history
fixes build with name collision with debug.h
that is installed by arpack
  • Loading branch information
kencu committed Jun 15, 2018
1 parent f4a310c commit d819b9b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions emulators/basiliskii-devel/Portfile
Expand Up @@ -36,6 +36,10 @@ depends_build port:autoconf \
port:pkgconfig \
port:automake

# to fix an errant header owned by arpack that also provides debug.h (not a great name, arpack!)
# force finding our includes first
configure.cppflags-prepend -I${worksrcpath}/../include

set basiliskii_dir /BasiliskII
universal_variant no

Expand Down
4 changes: 4 additions & 0 deletions emulators/basiliskii/Portfile
Expand Up @@ -35,6 +35,10 @@ depends_build port:autoconf \
port:pkgconfig \
port:automake

# to fix an errant header owned by arpack that also provides debug.h (not a great name, arpack!)
# force finding our includes first
configure.cppflags-prepend -I${worksrcpath}/../include

set basiliskii_dir /BasiliskII
universal_variant no

Expand Down
4 changes: 4 additions & 0 deletions emulators/sheepshaver/Portfile
Expand Up @@ -36,6 +36,10 @@ depends_build port:autoconf \
port:pkgconfig \
port:automake

# to fix an errant header owned by arpack that also provides debug.h (not a great name, arpack!)
# force finding our includes first
configure.cppflags-prepend -I${worksrcpath}/../include

set sheepshaver_dir /SheepShaver
universal_variant no

Expand Down

0 comments on commit d819b9b

Please sign in to comment.