File hase-fix-sparrow3d-linking.patch of Package hase
diff --git a/Makefile b/Makefile index a678704..f3e8318 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 -lsparrowNet -lsparrowSound ifneq ($(TARGET),win32) DYNAMIC += -lz