Talk:OS X Compiling Notes
Jump to navigation
Jump to search
For the freetype fix, setting LDFLAGS seems to work even though this doesn't affect the pkg-config (.pc) file. These were the instructions I found the referenced web page:
Change builds/unix/freetype-config.in to
- libs="-lfreetype -lz" + libs="-lfreetype -lz -Xlinker -framework -Xlinker CoreServices -Xlinker -framework -Xlinker ApplicationServices"
Change builds/unix/freetype2.pc to
- Libs: -L${libdir} -lfreetype -lz
+ Libs: -L${libdir} -lfreetype -lz -Xlinker -framework -Xlinker CoreServices -Xlinker -framework -Xlinker ApplicationServices