about summary refs log tree commit diff
path: root/nixpkgs/pkgs/games/classicube/fix-linking.patch
blob: 4fc0e826cb4a83975d1fc72e9613c73c2802396a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Makefile b/Makefile
index 83188ce..3439cdb 100644
--- a/Makefile
+++ b/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)