File EtherTerm-fix-build.patch of Package EtherTerm
diff --git a/linux/EtherTerm.mk b/linux/EtherTerm.mk index 4ea5593..1bcda28 100644 --- a/linux/EtherTerm.mk +++ b/linux/EtherTerm.mk @@ -39,8 +39,8 @@ LinkOptions := IncludePath := $(IncludeSwitch). $(IncludeSwitch). $(IncludeSwitch).. $(IncludeSwitch)../src IncludePCH := RcIncludePath := -Libs := $(LibrarySwitch)SDL2main $(LibrarySwitch)SDL2 $(LibrarySwitch)pthread $(LibrarySwitch)ssh $(LibrarySwitch)yaml-cpp -ArLibs := "SDL2main" "SDL2" "pthread" "libssh" "yaml-cpp" +Libs := $(LibrarySwitch)SDL2 $(LibrarySwitch)pthread $(LibrarySwitch)ssh $(LibrarySwitch)yaml-cpp +ArLibs := "SDL2" "pthread" "libssh" "yaml-cpp" LibPath := $(LibraryPathSwitch). ##