Revision: 5914 Author: pebender Date: Mon Dec 7 05:44:26 2009 Log: - Added the work around to the AM_PATH_SDL bug for package emulators/zsnes.
http://code.google.com/p/minimyth/source/detail?r=5914 Modified: /trunk/gar-minimyth/script/emulators/zsnes/Makefile ======================================= --- /trunk/gar-minimyth/script/emulators/zsnes/Makefile Thu Sep 17 20:02:23 2009 +++ /trunk/gar-minimyth/script/emulators/zsnes/Makefile Mon Dec 7 05:44:26 2009 @@ -40,7 +40,8 @@ CPPFLAGS_FOR_BUILD="$(build_CPPFLAGS)" \ CFLAGS_FOR_BUILD="$(build_CFLAGS)" \ CXXFLAGS_FOR_BUILD="$(build_CXXFLAGS)" \ - LDFLAGS_FOR_BUILD="$(build_LDFLAGS)" + LDFLAGS_FOR_BUILD="$(build_LDFLAGS)" \ + SDL_CONFIG=$(DESTDIR)$(prefix)/bin-config/sdl-config include ../../gar.mk -- You received this message because you are subscribed to the Google Groups "minimyth-commits" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/minimyth-commits?hl=en.
