Unverified Commit 3b36b87e authored by rian's avatar rian Committed by GitHub
Browse files

classicube: 1.3.6 -> 1.3.7 (#345753)

parent a5b6569c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

stdenv.mkDerivation rec {
  pname = "ClassiCube";
  version = "1.3.6";
  version = "1.3.7";

  src = fetchFromGitHub {
    owner = "UnknownShadow200";
    repo = "ClassiCube";
    rev = version;
    sha256 = "sha256-7VPn5YXNoAR3ftYMDQuQRqeMCrbyB56ir1sQWBiPWAI=";
    sha256 = "sha256-ZITyfxkQB4Jpm2ZsQyM+ouPLqCVmGB7UZRXDSU/BX0k=";
  };

  nativeBuildInputs = [ dos2unix makeWrapper copyDesktopItems ];
+7 −6
Original line number Diff line number Diff line
diff --git a/Makefile b/Makefile
index 83188ce..3439cdb 100644
index a10eb5214..70e2f720e 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@ LIBS=-mwindows -lws2_32 -lwininet -lwinmm -limagehlp -lcrypt32 -ld3d9
 endif
@@ -55,7 +55,7 @@ endif
 
 ifeq ($(PLAT),linux)
-LIBS=-lX11 -lXi -lpthread -lGL -lm -ldl
+LIBS=-lX11 -lXi -lpthread -lGL -lm -ldl -lcurl -lopenal
 	CFLAGS  += -DCC_BUILD_ICON
-	LIBS    =  -lX11 -lXi -lpthread -lGL -ldl
+	LIBS    =  -lX11 -lXi -lpthread -lGL -ldl -lcurl -lopenal
 	BUILD_DIR = build-linux
 endif
 
 ifeq ($(PLAT),sunos)