mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
91bd7af0a5
changelog: https://github.com/UnknownShadow200/ClassiCube/releases/tag/1.3.5 changes in nixpkgs build: - skins work again - build no longer use SDL2 (libXi no longer has problems now)
14 lines
357 B
Diff
14 lines
357 B
Diff
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)
|