]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Revert "support user install of SDL framework"
authorRudolf Polzer <divverent@alientrap.org>
Thu, 17 Jun 2010 21:25:06 +0000 (23:25 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Thu, 17 Jun 2010 21:25:06 +0000 (23:25 +0200)
This reverts commit afe7e6c2d7e0e24c93bc21de7a8031b8f7ec31d0.

(Nothing personal, but this has to go into svn trunk, not into this branch... my bad)

makefile.inc

index aeac6e313e8549f22e2b46965b738e70625d73e0..b6e1ffbc65937d44b80fac4a91e016169f109f4f 100644 (file)
@@ -38,9 +38,9 @@ SDL_CONFIG?=sdl-config
 SDLCONFIG_UNIXCFLAGS?=`$(SDL_CONFIG) --cflags`
 SDLCONFIG_UNIXLIBS?=`$(SDL_CONFIG) --libs`
 SDLCONFIG_UNIXSTATICLIBS?=`$(SDL_CONFIG) --static-libs`
-SDLCONFIG_MACOSXCFLAGS=-I/Library/Frameworks/SDL.framework/Headers -I$(HOME)/Library/Frameworks/SDL.framework/Headers
-SDLCONFIG_MACOSXLIBS=-F$(HOME)/Library/Frameworks/ -framework SDL -framework Cocoa $(SDLCONFIG_MACOSXCFLAGS)
-SDLCONFIG_MACOSXSTATICLIBS=-F$(HOME)/Library/Frameworks/ -framework SDL -framework Cocoa $(SDLCONFIG_MACOSXCFLAGS)
+SDLCONFIG_MACOSXCFLAGS=-I/Library/Frameworks/SDL.framework/Headers
+SDLCONFIG_MACOSXLIBS=-framework SDL -framework Cocoa $(SDLCONFIG_MACOSXCFLAGS)
+SDLCONFIG_MACOSXSTATICLIBS=-framework SDL -framework Cocoa $(SDLCONFIG_MACOSXCFLAGS)
 STRIP?=strip