nixpkgs/pkgs/by-name/cl/classicube/fix-linking.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
314 B
Diff
Raw Normal View History

2023-08-29 19:59:43 +00:00
diff --git a/Makefile b/Makefile
2024-10-03 17:20:57 +00:00
index a10eb5214..70e2f720e 100644
2023-08-29 19:59:43 +00:00
--- a/Makefile
+++ b/Makefile
2024-10-03 17:20:57 +00:00
@@ -55,7 +55,7 @@ endif
ifeq ($(PLAT),linux)
2024-10-03 17:20:57 +00:00
CFLAGS += -DCC_BUILD_ICON
- LIBS = -lX11 -lXi -lpthread -lGL -ldl
+ LIBS = -lX11 -lXi -lpthread -lGL -ldl -lcurl -lopenal
BUILD_DIR = build-linux
endif
2024-10-03 17:20:57 +00:00