about summary refs log tree commit diff
path: root/nixpkgs/pkgs/games/hase/prefer-dynamic.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/games/hase/prefer-dynamic.patch')
-rw-r--r--nixpkgs/pkgs/games/hase/prefer-dynamic.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/games/hase/prefer-dynamic.patch b/nixpkgs/pkgs/games/hase/prefer-dynamic.patch
new file mode 100644
index 000000000000..ab36e6b2b3d7
--- /dev/null
+++ b/nixpkgs/pkgs/games/hase/prefer-dynamic.patch
@@ -0,0 +1,13 @@
+diff --git a/Makefile b/Makefile
+index 95d894e..3c561c1 100644
+--- a/Makefile
++++ b/Makefile
+@@ -35,7 +35,7 @@ endif
+ LIB += -L$(SPARROW_LIB)
+ INCLUDE += -I$(SPARROW_FOLDER)
+ 
+-HASE_STATIC = $(SPARROW_LIB)/$(SPARROW3D_STATIC_LIB) $(SPARROW_LIB)/$(SPARROWSOUND_STATIC_LIB) $(SPARROW_LIB)/$(SPARROWNET_STATIC_LIB) $(STATIC)
++DYNAMIC += -lsparrow3d -lsparrowSound -lsparrowNet
+ 
+ ifneq ($(TARGET),win32)
+ DYNAMIC += -lz