On Feb 26, 2014, at 13:39, Terry Barnum wrote: > Thank you Eric, Brandon and Bradley for the replies. My guess is that > freeswitch is a little inflexible about where it expects things to be. I'll > ask about them about more compiler directives/configuration options to allow > for packages outside of the normal system locations and /usr/local/.
The only flags you should for that need are -I/opt/local/include in the CPPFLAGS and -L/opt/local/lib in the LDFLAGS; MacPorts sets these for you automatically at configure time. Software with poorly-behaved or non-existent configure scripts may need further tweaking. _______________________________________________ macports-users mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-users
