[BACK]Return to patch-CMakeLists_txt CVS log [TXT][DIR] Up to [local] / ports / games / flare / patches

Annotation of ports/games/flare/patches/patch-CMakeLists_txt, Revision 1.1

1.1     ! yason       1: $OpenBSD$
        !             2: --- CMakeLists.txt.orig        Thu May  5 20:20:37 2011
        !             3: +++ CMakeLists.txt     Thu May  5 20:21:02 2011
        !             4: @@ -78,4 +78,4 @@ Set (FLARE_SOURCES
        !             5:  )
        !             6:
        !             7:  Add_Executable (flare ${FLARE_SOURCES})
        !             8: -Target_Link_Libraries (flare ${SDL_LIBRARY} ${SDLMIXER_LIBRARY} ${SDLIMAGE_LIBRARY} SDLmain)
        !             9: \ No newline at end of file
        !            10: +Target_Link_Libraries (flare ${SDL_LIBRARY} ${SDLMIXER_LIBRARY} ${SDLIMAGE_LIBRARY})

CVSweb