equal
deleted
inserted
replaced
2607 SDL_RLD_FLAGS="" |
2607 SDL_RLD_FLAGS="" |
2608 fi |
2608 fi |
2609 |
2609 |
2610 case "$ARCH" in |
2610 case "$ARCH" in |
2611 macosx) |
2611 macosx) |
2612 SDL_LIBS="$SDL_LIBS -Wl,-framework,Cocoa" |
|
2613 # Evil hack to allow static linking on Mac OS X |
2612 # Evil hack to allow static linking on Mac OS X |
2614 SDL_STATIC_LIBS="\${exec_prefix}/lib/libSDL.a $EXTRA_LDFLAGS" |
2613 SDL_STATIC_LIBS="\${exec_prefix}/lib/libSDL.a $EXTRA_LDFLAGS" |
2615 ;; |
2614 ;; |
2616 *) |
2615 *) |
2617 SDL_STATIC_LIBS="$SDL_LIBS" |
2616 SDL_STATIC_LIBS="$SDL_LIBS" |