wok diff mupen64plus/stuff/blight-input-linking.patch @ rev 8617

Fix syntax error in xfburn.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Feb 14 15:52:23 2011 +0000 (2011-02-14)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mupen64plus/stuff/blight-input-linking.patch	Mon Feb 14 15:52:23 2011 +0000
     1.3 @@ -0,0 +1,12 @@
     1.4 +diff -aur Mupen64Plus-1-5-src/blight_input/Makefile Mupen64Plus-1-5-src_patched/blight_input/Makefile
     1.5 +--- Mupen64Plus-1-5-src/blight_input/Makefile	2009-01-04 19:47:08.000000000 +0100
     1.6 ++++ Mupen64Plus-1-5-src_patched/blight_input/Makefile	2010-02-09 14:19:27.000000000 +0100
     1.7 +@@ -48,7 +48,7 @@
     1.8 + 	$(CC) -o $@ $(CFLAGS) $(SDL_FLAGS) $(FREETYPE_FLAGS) -c $<
     1.9 + 
    1.10 + blight_input.$(SO_EXTENSION): $(OBJ_BLIGHT)
    1.11 +-	$(CC) -o $@ -shared $(LDFLAGS) $(PLUGIN_LDFLAGS) $(SDL_LIBS) $(SDLTTF_LIBS) $(FREETYPE_LIBS) $^
    1.12 ++	$(CC) -o $@ -shared $(LDFLAGS//-Wl,--as-needed/) $(PLUGIN_LDFLAGS) $(SDL_LIBS) $(SDLTTF_LIBS) $(FREETYPE_LIBS) $^
    1.13 + ifneq ($(OS), WINDOWS)
    1.14 + 	$(STRIP) $@
    1.15 + endif