about summary refs log tree commit diff
path: root/nixpkgs/pkgs/games/classicube/fix-linking.patch
blob: 197a3ab694e0405b4dcf814ed117f403dcfd8b1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/Makefile b/src/Makefile
index 83188ce..3439cdb 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -40,7 +40,7 @@ LIBS=-mwindows -lws2_32 -lwininet -lwinmm -limagehlp -lcrypt32 -ld3d9
 endif
 
 ifeq ($(PLAT),linux)
-LIBS=-lX11 -lXi -lpthread -lGL -lm -ldl
+LIBS=-lX11 -lXi -lpthread -lGL -lm -ldl -lcurl -lopenal
 endif
 
 ifeq ($(PLAT),sunos)