Opened 6 years ago
Closed 6 years ago
#57970 closed defect (fixed)
scummvm: configuration fails
Reported by: | dbevans (David B. Evans) | Owned by: | kencu (Ken) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | scummvm |
Description
After the recent update to scummvm-devel, scummvm fails to configure:
Running ScummVM configure... error: unrecognized engine: glk Try `./configure --help' for more information. Command failed: cd "/opt/local/var/macports/build/_opt_github.com_macports_macports-ports_emulators_scummvm/scummvm/work/scummvm-2.0.0" && ./configure --prefix=/opt/local --enable-release --enable-plugins --default-dynamic --enable-sdlnet --enable-cloud --enable-libcurl --enable-theoradec --enable-jpeg --enable-readline --enable-all-engines --enable-verbose-build --disable-engine=glk Exit code: 1
As shown, the problem is that only scummvm-devel recognizes/includes the glk engine. The port needs to be modified so that the line that disables the glk engine only applies to the scummvm-devel subport.
Change History (2)
comment:1 Changed 6 years ago by kencu (Ken)
comment:2 Changed 6 years ago by kencu (Ken)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Hey, thanks Dave. It takes forever to build scummvm, and after scummvm-devel built through, I thought the non-devel port would just ignore that option. Should have known better and tested it :>