ansible-later: 2.0.22 -> 2.0.23
[NixPkgs.git] / pkgs / games / classicube / fix-linking.patch
blob987c882367ee2a4c760e97851e6661939fa7b149
1 diff --git a/src/Makefile b/src/Makefile
2 index 83188ce..3439cdb 100644
3 --- a/src/Makefile
4 +++ b/src/Makefile
5 @@ -40,7 +40,7 @@ LIBS=-mwindows -lws2_32 -lwininet -lwinmm -limagehlp -lcrypt32 -ld3d9
6 endif
8 ifeq ($(PLAT),linux)
9 -LIBS=-lX11 -lXi -lpthread -lGL -lm -ldl
10 +LIBS=-lSDL2 -lpthread -lGL -lm -ldl -lcurl -lopenal
11 endif
13 ifeq ($(PLAT),sunos)