id summary reporter owner description type status priority component version resolution keywords cc game 7497 MACOSX: Make Bundle Ignores ./configure SF/powerofjurai fingolfin "{{{#!Markdown While performing 'make' takes into account set directories of ./configure switches, 'make bundle' does not appear to and will cause failed compilations until the MAKEFILE is modified by hand to resolve the issue. Particular guilty code: OSXOPT=/opt/local/ \# Special target to create a static linked binary for Mac OS X. \# We use -force\_cpusubtype\_ALL to ensure the binary runs on every \# PowerPC machine. scummvm-static: $\(OBJS\) $\(CXX\) $\(LDFLAGS\) -force\_cpusubtype\_ALL -o scummvm-static $\(OBJS\) \ \`sdl-config --static-libs\` \ -framework CoreMIDI \ $\(OSXOPT\)/lib/libmad.a \ $\(OSXOPT\)/lib/libvorbisfile.a \ $\(OSXOPT\)/lib/libvorbis.a \ $\(OSXOPT\)/lib/libogg.a \ $\(OSXOPT\)/lib/libmpeg2.a \ $\(OSXOPT\)/lib/libflac.a \ -lSystemStubs \ -lz perhaps it could be modfiied to use the LIBS defined after running ./configure and specifying lib locations using with-lib-prefix= ? }}} {{{#!div style=""font-size: 75%"" Ticket imported from: !#1503965. Ticket imported from: feature-requests/313. }}}" feature request closed low Port: Mac OS X duplicate