From: divverent Date: Fri, 9 Jan 2009 22:18:33 +0000 (+0000) Subject: no ldd on OS X either X-Git-Tag: svn-r421~253 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=commitdiff_plain;h=1fcc7b896c2202e9cee841b118d9d2f759c6a4e4 no ldd on OS X either git-svn-id: svn://svn.icculus.org/netradiant/trunk@167 61c419a2-8eb2-4b30-bcec-8cead039b335 --- diff --git a/Makefile b/Makefile index a0dec75a..e1cb5afc 100644 --- a/Makefile +++ b/Makefile @@ -187,6 +187,8 @@ ifeq ($(OS),Darwin) # workaround: http://developer.apple.com/qa/qa2007/qa1567.html LIBS_GL += -lX11 -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib LIBS_GTKGLEXT += -lX11 -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib + # workaround: we have no "ldd" for OS X, so... + LDD = #$(error Unsupported build OS: $(OS) - please complete the Darwin support in this Makefile and submit a patch) else