On Jan 2, 2014, at 16:26, James Gregurich wrote: > I was able to get xorg-server to build on 10.9 with Xcode 5 by getting rid of > the usage of the following line in xquartz/pbproxy/Makefile: > > -F/System/Library/Frameworks/ApplicationServices.framework/Frameworks > > > This line prevents it from building otherwise. clang refuses to find > CoreGraphics framework if that line is in there.
It builds fine on my Mavericks system as-is. $ port -v installed xorg-server The following ports are currently installed: xorg-server @1.14.4_0+universal (active) platform='darwin 13' archs='i386 x86_64’ $ Have you installed the Xcode command line tools? If not, do so by running “xcode-select --install”. _______________________________________________ macports-dev mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-dev
